import { ElementType, HTMLHopeProps } from "../types"; export declare type SelectListboxProps = HTMLHopeProps; /** * The scrolling viewport that contains all of the options. */ export declare function SelectListbox(props: SelectListboxProps): import("solid-js").JSX.Element; export declare namespace SelectListbox { var toString: () => string; } //# sourceMappingURL=select-listbox.d.ts.map