import { RowContextValue } from './types'; export declare const RowProvider: import('react').Provider; export declare const useRowContext: () => RowContextValue;