import * as React from "react"; declare const SvgComponent: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export default SvgComponent;