export type EditorView = "content" | "seo"; declare function Editor(): import("react/jsx-runtime").JSX.Element; export { Editor };