export declare class DropdownCellOverlay { static readonly HIDDEN_PX = "0px"; static readonly VISIBLE_PX = "10px"; static readonly DROPDOWN_CELL_OVERLAY_CLASS = "dropdown-cell-overlay"; } //# sourceMappingURL=dropdownCellOverlay.d.ts.map