/// import { IconProps } from '../../types'; declare const Calculator: (allProps: IconProps) => JSX.Element; export default Calculator;