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