import type { TSDDeclarationReflection, TSDSignatureReflection } from '../types'; export interface IconProps { reflection: TSDDeclarationReflection | TSDSignatureReflection; } export declare function Icon({ reflection }: IconProps): import("react").JSX.Element | null; //# sourceMappingURL=Icon.d.ts.map