export default Calculator;
declare function Calculator(props: any): JSX.Element;
