import type { ComponentPropsWithoutRef, ReactNode } from 'react'; import { SvgBox } from '../components/SvgBox'; export declare const wrapSvgIcon: (node: ReactNode, defaultProps: Omit, "children"> | undefined, displayName: string) => import("react").MemoExoticComponent, "ref"> & import("react").RefAttributes, "ref"> & { ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject | null | undefined; }, "ref"> & import("react").RefAttributes>>;