import React, { SVGProps } from 'react';
declare function SvgComponent(props: SVGProps<SVGSVGElement>): React.JSX.Element;
export default SvgComponent;
