import type { SmartDataTableState } from '../types';
export declare const SmartDataTableContext: import("react").Context<SmartDataTableState<unknown>>;
export declare const useSmartDataTableContext: () => SmartDataTableState<unknown>;
