export declare type StateListType = { label: string; value: string; abbreviation: string; }[];