import { type SchemaToModel } from '@revesuite/store'; export declare const FrameBlockSchema: { version: number; model: { role: "content" | "root" | "hub"; props: import("@revesuite/store").PropsGetter<{ xywh: string; background: string; index: string; }>; flavour: "affine:frame"; } & { version: number; role: "hub"; tag: import("lit/static-html.js").StaticValue; parent: string[]; children: string[]; }; }; export type FrameBlockModel = SchemaToModel; //# sourceMappingURL=frame-model.d.ts.map