import { ColumnDetailsT } from '../../../../types/columnDetails'; import { ActiveTable } from '../../../../activeTable'; export declare class OptionDeleteButton { private static readonly DELETE_BUTTON_ICON_CLASS; private static readonly DELETE_ICON_TEXT; private static createIcon; private static createButton; private static createContainer; static create(at: ActiveTable, columnDetails: ColumnDetailsT): HTMLDivElement; static changeVisibility(itemElement: HTMLElement, rightSideDelta: number, displayOnDropdown?: HTMLElement): void; } //# sourceMappingURL=optionDeleteButton.d.ts.map