import { type BoxProps } from '../Box'; export type SelectInputPlaceholderProps = BoxProps; declare const SelectInputPlaceholder: import("react").ForwardRefExoticComponent>; export default SelectInputPlaceholder; //# sourceMappingURL=SelectInputPlaceholder.d.ts.map