export type DownloadDataButtonProps = { hideTooltip: boolean; }; export declare const DownloadDataButton: { (props: DownloadDataButtonProps): import("react").JSX.Element; displayName: string; }; //# sourceMappingURL=DownloadDataButton.d.ts.map