declare const pyProvince: {
    adcode: string;
    name: string;
    py: string;
}[];
export default pyProvince;
