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