export type DownloadDataButtonProps = { hideTooltip: boolean; }; export declare const DownloadDataButton: { (props: DownloadDataButtonProps): import("react/jsx-runtime").JSX.Element; displayName: string; };