import { JSX } from 'woby'; interface EditorProps { onChange?: (content: string) => void; children?: JSX.Element | string | (JSX.Element | string)[]; } export declare const Editor: ({ onChange, children }: EditorProps) => JSX.Child; export {}; //# sourceMappingURL=Editor.d.ts.map