export declare const findCapitalByProvince: (state: string) => string;
export default findCapitalByProvince;
