export declare const loadMatchingProvinces: (inputValue: string) => Promise; export declare const provinces: { label: string; value: string; }[];