import type { IconProps } from '../../types';
declare const MenuLine: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Menu Line
 * @see {@link https://remixicon.com/icon/menu-line Remix Icon Docs}
 */
export { MenuLine };
