import { SelectOptionProps } from "../select"; import { ElementType } from "../types"; /** * A simple abstraction built on top of `SelectOption`. * Use this if you don't need to customize every parts of `SelectOption` and want a simpler API. */ export declare function SimpleOption(props: SelectOptionProps): import("solid-js").JSX.Element; //# sourceMappingURL=simple-option.d.ts.map