/// import type { IReactSelectProps } from "../Combobox.types"; export interface IPlaceholderProps { selectProps: IReactSelectProps; } export declare const Placeholder: ({ selectProps }: IPlaceholderProps) => JSX.Element;