import React from "react"; import { EditorProps, EditorRenderer } from "./admin/components/Editor"; export type { EditorProps }; export { EditorRenderer }; export * from "./admin/config/pages"; export * from "./admin/views/Pages/hooks"; export declare const PageBuilder: () => React.JSX.Element;