import type { IconProps } from '../types/index'; declare function SvgMenuExpand(iconProps: IconProps): JSX.Element; declare namespace SvgMenuExpand { var displayName: string; } export default SvgMenuExpand;