///
export interface MenuContentProps extends React.HTMLProps {
/** Items within group */
children?: React.ReactNode;
/** @hide Forwarded ref */
innerRef?: React.Ref;
/** Height of the menu content */
menuHeight?: string;
/** Maximum height of menu content */
maxMenuHeight?: string;
/** Callback to return the height of the menu content */
getHeight?: (height: string) => void;
}
export declare const MenuContent: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
//# sourceMappingURL=MenuContent.d.ts.map