export interface SelectOptionProps {
    children: any;
    value: any;
}
