import { FunctionComponent, SVGAttributes } from "react"; export declare type SvgProps = SVGAttributes; export declare const Svg: FunctionComponent;