import type { Context } from 'react';
import type { RowContextState } from './interface';
declare const RowContext: Context<RowContextState>;
export declare const useRow: () => RowContextState;
export default RowContext;
