import { SVGProps } from "react"; declare const CalculatorIcon: (props: SVGProps) => JSX.Element; export default CalculatorIcon;