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