import { ActiveTable } from '../../../../../activeTable'; import { FileFormat } from '../../../../../types/files'; export declare class FileExportDropdownItem { private static readonly ITEM_CLASS; static populate(at: ActiveTable, dropdownElement: HTMLElement, formats: FileFormat[]): void; } //# sourceMappingURL=fileExportDropdownItem.d.ts.map