export interface SelectOption {
    value: string;
    label: string;
}
//# sourceMappingURL=select.types.d.ts.map