/**
 * 全部省市区数据。
 */
declare const realData: {
    code: string;
    name: string;
}[];
export default realData;
