import type * as React from 'react'; import { IconCommonProps } from './SvgIcon'; export declare function MenuIcon(props: IconCommonProps): React.ReactElement;