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