import { RowInstrumentsType } from './types'; import { ObjectForExtending } from '../types'; import { PropsWithChildren } from 'react'; export declare const useRowInstrumentsCtx: () => RowInstrumentsType | null; export declare const RowInstrumentsCtxProvider: ({ children, value, }: PropsWithChildren & { value: RowInstrumentsType | null; }) => import("react/jsx-runtime").JSX.Element;