import type { StaticValue } from 'lit/static-html.js';
export declare const pagePreset: Map<{
model: {
flavour: string;
role: "content" | "root" | "hub";
tag: {
_$litStatic$: string;
r: symbol;
};
parent?: string[] | undefined;
children?: string[] | undefined;
props?: ((args_0: import("@revesuite/store").InternalPrimitives, ...args_1: unknown[]) => Record) | undefined;
toModel?: ((...args: unknown[]) => import("@revesuite/store").BaseBlockModel