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