import type { IconProps, IconComponent } from "../../types";
interface SvgProps extends IconProps {
    type?: "icon";
}
export declare const Svg: IconComponent<SvgProps>;
export default Svg;
