export type IconCategoryConfig = { label: string; value: 'cards' | 'category' | 'communication' | 'documents' | 'finance' | 'flags' | 'payment' | 'redact' | 'location' | 'logo' | 'security' | 'service' | 'system' | 'bank'; }; export declare const ICON_CATEGORY_CONFIG: Array;