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