import * as React from 'react'; import { IconProps } from './utils/iconFactory'; declare const NextIcon: React.FunctionComponent>; export declare type IconMathMultiplyProps = IconProps; export { NextIcon as IconMathMultiply };