import { PX } from '../../types/dimensions'; export declare class ColumnSizerFillerElement { private static readonly SIZER_FILLER_CLASS; static create(hoverColor?: string): HTMLDivElement; static setWidth(fillerElement: HTMLElement, width: PX): void; static display(fillerElement: HTMLElement): void; static hide(fillerElement: HTMLElement): void; } //# sourceMappingURL=columnSizerFillerElement.d.ts.map