import { type SchemaToModel } from '@revesuite/store'; export declare const EmbedBlockSchema: { version: number; model: { role: "content" | "root" | "hub"; props: import("@revesuite/store").PropsGetter<{ type: string; caption: string; sourceId: string; width: number; height: number; }>; flavour: "affine:embed"; } & { version: number; role: "content"; tag: import("lit/static-html.js").StaticValue; }; }; export type EmbedBlockModel = SchemaToModel; //# sourceMappingURL=embed-model.d.ts.map