import { SVGProps } from 'react'; declare const SvgComponent: (props: SVGProps & { classNameFill?: string; height?: number; width?: number; }) => import("react").JSX.Element; export default SvgComponent;