import { TopLevelNode, Typed } from './index'; import { MediaAttributes } from './media'; export declare class MediaGroup extends TopLevelNode { private content; media(attrs: MediaAttributes): this; link(id: string, collection: string): this; file(id: string, collection: string): this; toJSON(): Typed; }