/** * Create SVG icon elements for the wrapper UI */ export declare function createCopyIcon(size?: number, fill?: string): string; export declare function createCheckIcon(size?: number, fill?: string): string; export declare function createDownloadIcon(size?: number, fill?: string): string; export declare function createZoomInIcon(size?: number, fill?: string): string; export declare function createZoomOutIcon(size?: number, fill?: string): string;