export interface WysiwygEditorProps { value: string; onChange: (value: string) => void; placeholder?: string; className?: string; } export declare const WysiwygEditor: ({ value, onChange, placeholder, className, }: WysiwygEditorProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=wysiwyg-editor.d.ts.map