import { ElementType, HTMLHopeProps } from "../types";
export declare type SelectOptionTextProps = HTMLHopeProps;
/**
* The textual part of the option.
*/
export declare function SelectOptionText(props: SelectOptionTextProps): import("solid-js").JSX.Element;
export declare namespace SelectOptionText {
var toString: () => string;
}
//# sourceMappingURL=select-option-text.d.ts.map