import { IconProps } from '../lib';
declare function MathOperations(props: IconProps): JSX.Element;
export default MathOperations;
