export declare const ICONS: Record; /** * Returns the icon SVG string for a given category type. * Falls back to 'support' icon if not found. */ export declare function getCategoryIcon(type: string): string;