/** Holds a group of editors. */ export declare function EditorGroup({ children, className, id, ...attrs }: React.HTMLAttributes & { /** ID of this group. */ id: string; }): import("react/jsx-runtime").JSX.Element;