import type { WebIconContentBaseProps } from './types'; /** * Render svg data within in */ export declare const WebIconContent: import("react").ForwardRefExoticComponent & import("react").RefAttributes<{}> & { as?: string; } & WebIconContentBaseProps, "ref"> & import("react").RefAttributes>;