import React from 'react'; import type { HTMLData } from 'ricos-schema'; type HtmlInputAreaProps = { placeholder: string; componentData: HTMLData; onChange: (value: HTMLData) => void; }; export declare const HtmlInputArea: React.FC; export {}; //# sourceMappingURL=HtmlInputArea.d.ts.map