import React from 'react'; import type { TextEditorProviderProps } from './TextEditorProvider.types'; export declare const TextEditorContext: React.Context>; export declare function TextEditorProvider({ children, features, }: TextEditorProviderProps): React.JSX.Element;