import { IBInputProps } from '../Input/Input.types'; export interface IBLabeledInputProps extends IBInputProps { label?: string; }