import type { IconProps } from '../types/index'; declare function SvgFormula(iconProps: IconProps): JSX.Element; declare namespace SvgFormula { var displayName: string; } export default SvgFormula;