/// import IconProps from '../interface/IconProps'; declare const SVG: ({ style, fill, width, height, className, viewBox, }: IconProps) => JSX.Element; export default SVG;