import { ElementType, HTMLHopeProps } from "../types"; export interface SelectOptGroupContextValue { setAriaLabelledBy: (id: string) => void; } export declare type SelectOptGroupProps = HTMLHopeProps; /** * Component used to group multiple options. */ export declare function SelectOptGroup(props: SelectOptGroupProps): import("solid-js").JSX.Element; export declare namespace SelectOptGroup { var toString: () => string; } export declare function useSelectOptGroupContext(): SelectOptGroupContextValue | undefined; //# sourceMappingURL=select-optgroup.d.ts.map