export interface TableActionContextValue {
    primary: boolean;
}
export declare const TableActionProvider: ({ children, value }: {
    value: TableActionContextValue;
    children: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element, useTableActionContext: () => TableActionContextValue;
//# sourceMappingURL=TableActionContext.d.ts.map