/// interface IconSelectionProps { type: string; progressValue?: number; } export declare function IconSelection({ type, progressValue }: IconSelectionProps): JSX.Element | null; export {}; //# sourceMappingURL=IconSelection.d.ts.map