import { ElementType, HTMLHopeProps } from "../types"; export declare type MenuLabelProps = HTMLHopeProps; /** * Component used to render the label of a group. */ export declare function MenuLabel(props: MenuLabelProps): import("solid-js").JSX.Element; export declare namespace MenuLabel { var toString: () => string; } //# sourceMappingURL=menu-label.d.ts.map