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