import type { BaseTableAPI } from '../../ts-types/base-table'; import type { StickCell } from '../../ts-types'; export declare function resetTextStick(table: BaseTableAPI): Map; export declare function handleTextStick(table: BaseTableAPI): void; export declare function checkHaveTextStick(table: BaseTableAPI): boolean;