/// type IconProps = { label?: string; }; export declare const Icon: React.FC; export {};