/// export declare const IconCollection: string[]; export type IconNames = (typeof IconCollection)[number]; export declare function IconProvider(props: { iconName: string; size?: string; color?: string; }): JSX.Element | null;