import * as React from 'react'; declare function SvgComponent(props: JSX.IntrinsicAttributes & React.SVGProps): JSX.Element; export default SvgComponent;