/** * Luqta SDK Icons * SVG icons used in the pre-configured UI */ export declare const ICONS: { back: string; close: string; text: string; qr: string; link: string; image: string; quiz: string; check: string; lock: string; star: string; trophy: string; crown: string; play: string; refresh: string; upload: string; camera: string; share: string; building: string; users: string; calendar: string; award: string; target: string; clock: string; gift: string; bell: string; user: string; success: string; error: string; info: string; infoFilled: string; location: string; gender: string; rules: string; empty: string; confetti: string; sparkles: string; party: string; badge: string; }; /** * Get icon by level type */ export declare function getLevelTypeIcon(type: string): string; /** * Get friendly level type name */ export declare function getLevelTypeName(type: string): string;