type IconProps = { icon?: string | any; fallback: any; }; export declare const RenderIcons: ({ icon, fallback }: IconProps) => any; export {};