import { FC } from 'react'; import type { IContext } from './types'; interface IProps { value: IContext; } declare const FormAddableSectionContextProvider: FC; export default FormAddableSectionContextProvider;