import type { SVGProps } from "react"; import * as React from "react"; declare const SvgCalculator: (props: SVGProps) => React.JSX.Element; export default SvgCalculator; //# sourceMappingURL=Calculator.d.ts.map