import { ComponentPropsWithRef } from "react"; export interface SvgIconProps extends ComponentPropsWithRef<"svg"> { } export declare const SvgIcon: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default SvgIcon;