export type UsStateOption = { label: string; value: string; }; export declare const US_STATES_BY_ABBREVIATION: UsStateOption[];