export declare type Props = { rtl: boolean; readOnly?: boolean; readOnlyWriteCheckboxes?: boolean; grow?: boolean; theme: any; }; export declare const StyledEditor: import("styled-components").StyledComponent<"div", any, Props, never>; //# sourceMappingURL=editor.d.ts.map