import { ExportOptions, FileFormat } from '../../../../../types/files'; import { ActiveTable } from '../../../../../activeTable'; export declare class FileExportButtonElement { private static readonly ARROW_CONTAINER_CLASS; private static readonly ARROW_ICON_CLASS; private static readonly VALID_FORMATS; static createButtonArrow(button: HTMLDivElement, exportProps?: true | ExportOptions): HTMLDivElement; static getDropdownFormats(exportProps?: true | ExportOptions): FileFormat[] | undefined; static applyDropdown(at: ActiveTable, button: HTMLDivElement, container: HTMLElement, formats: FileFormat[], exportProps?: true | ExportOptions): void; } //# sourceMappingURL=fileExportButtonElement.d.ts.map