import { ElementType, HTMLHopeProps } from "../types";
export declare type SelectContentProps = HTMLHopeProps;
/**
* The component that pops out when the select is open.
*/
export declare function SelectContent(props: SelectContentProps): import("solid-js").JSX.Element;
export declare namespace SelectContent {
var toString: () => string;
}
//# sourceMappingURL=select-content.d.ts.map