import { ReactNode } from 'react'; export declare type BSelectOptionType = { label: string; value: any; startAdornment?: ReactNode; [field: string]: any; }; export interface BSelectProps