import { IBSelectProps } from '../Select/Select.types'; export interface IBLabeledSelectProps extends IBSelectProps { id?: string; label?: string; labelClassName?: string; }