import { IconProps } from './interfaces.js'; declare const SVG: ({ fill, width, height, viewBox, }: IconProps) => import("react/jsx-runtime").JSX.Element; export default SVG;