import type { DataTableRowEditorContextValue } from '@primereact/types/primitive/datatable';
export declare const DataTableRowEditorProvider: ({ value, children }: {
    value: DataTableRowEditorContextValue;
    children: React.ReactNode;
}) => import("react").JSX.Element, useDataTableRowEditorContext: () => DataTableRowEditorContextValue | undefined;
