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