import { FC } from 'react'; import { ModeType } from '../types'; type Props = { mode: ModeType; }; export declare const Editor: FC; export declare const editorStyle: (text: string) => JSX.Element; export {}; //# sourceMappingURL=Editor.d.ts.map