export interface PDFDownloadLinkProps { fileName?: string; class?: string; } export declare const PDFDownloadLink: any;