import type { FC } from 'react'; declare const EditorPage: FC; export default EditorPage;