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