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