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