import type { Dataset } from '../../../../types/datasetTypes'; import type * as React from "react"; export declare const handleFavouriteDataset: (dataset: Dataset, state: Dataset[], setter: React.Dispatch>) => React.MouseEventHandler; export declare function formatName(name: string): string; export declare function formatDate(dateString: string): string; export declare function stripHtml(html: string): string; //# sourceMappingURL=utils.d.ts.map