import { _CellDropdown } from '../../../types/cellDropdownInternal'; export declare class CellDropdownHorizontalScrollFix { private static readonly NEW_BOTTOM_PADDING_IF_PRESENT; private static readonly SCROLL_FURTHER_BOTTOM_PX; static setPropertiesIfHorizontalScrollPresent(dropdown: _CellDropdown): void; static scrollDownFurther(dropdownElement: HTMLElement): void; } //# sourceMappingURL=cellDropdownHorizontalScrollFix.d.ts.map