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