import { SelectOption } from '../Select/SelectGroup';
declare const states: SelectOption<string>[];
export default states;
