type Props = { entityName: string; instanceId: string; propertyName?: string; children: React.ReactNode; }; export declare const EditorialContent: ({ children, entityName, instanceId, propertyName, }: Props) => string | number | boolean | Iterable | import("react/jsx-runtime").JSX.Element | null | undefined; export {};