export declare function exportHtmlFromJson(json: any, fileName?: string, mockData?: Record<string, string>): void;
