import { FilesInternal } from '../../../types/filesInternal'; import { StatefulCSS } from '../../../types/cssStyle'; import { ActiveTable } from '../../../activeTable'; export declare class FilesUtils { static readonly DEFAULT_BUTTON_POSITION = "bottom-left"; static processStyles(buttonStyles?: StatefulCSS): { default: {}; hover: { backgroundColor: string; }; click: { backgroundColor: string; }; }; static createDefault(at: ActiveTable): FilesInternal; } //# sourceMappingURL=filesInternalUtils.d.ts.map