import * as React from 'react';
import type { LexicalProviderProps } from './LexicalProvider.js';
import './LexicalEditor.scss';
export declare const LexicalEditor: React.FC<{
    editorContainerRef: React.RefObject<HTMLDivElement | null>;
    isSmallWidthViewport: boolean;
} & Pick<LexicalProviderProps, 'editorConfig' | 'onChange'>>;
//# sourceMappingURL=LexicalEditor.d.ts.map