declare const exportToHtml: ({ data, fileName, }: { data: string; fileName: string; }) => void; export default exportToHtml;