import React from "react"; interface Props { name: string; Component: React.ComponentType; } export declare const IconDemo: React.FC; export {};