import { SelectProps } from '../select'; declare type LabelProps = { label: string; placeholder: string; }; export declare type SelectLabelProps = SelectProps & LabelProps; export {};