import React from 'react'; interface Props { hostUrl?: string; editorConfig?: any; loading?: boolean; editorId?: string; style?: React.CSSProperties; } export declare const OnlyOfficeEditor: React.ForwardRefExoticComponent>; export {};