export declare const generateCase: (data: { $: { viewBox: string; id: string; }; path: { $: { d: string; fill?: string | undefined; }; }[]; }, config?: { hexToRgb: boolean; } | undefined) => string;