import type { IconComponentCoreProps } from '../common/types'; import type { WebIconBaseProps, WebIconRefType } from './types'; export declare const WebIcon: { (props: IconComponentCoreProps): import("react").ReactSVGElement | null; displayName: string; };