import React from 'react'; type RowLabelType = { readonly data: T; readonly path: string; readonly rowNumber?: number; }; type Props = { readonly children: React.ReactNode; } & Omit, 'data'>; export declare const RowLabelProvider: React.FC>; export declare const useRowLabel: () => RowLabelType; export {}; //# sourceMappingURL=index.d.ts.map