/// interface Props { type: string; [key: string]: any; } export declare const Icon: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export {};