export declare const fileDownload: (href: string, filename?: string) => void;
export declare const textDownload: (text: string, filename?: string) => void;