import { SVGProps } from 'react';
/**
 * Renders a menu icon.
 *
 * This icon is typically used in buttons that toggle the visibility of
 * navigation menus or dropdowns.
 *
 * @param props - SVG properties augmented with an optional `size`
 * @private internal subcomponent used by various components
 */
export declare function MenuIcon(props: SVGProps<SVGSVGElement> & {
    size?: number;
}): import("react/jsx-runtime").JSX.Element;
/**
 * TODO: !!! Mark all components to not be used outside of browser
 */
