/** * Injections for Components with a QPage root Element */ export declare function qLayoutInjections(): { _q_pc_: boolean; _q_l_: { header: { size: number; offset: number; space: boolean; }; right: { size: number; offset: number; space: boolean; }; footer: { size: number; offset: number; space: boolean; }; left: { size: number; offset: number; space: boolean; }; isContainer: import("vue").Ref; view: import("vue").Ref; rows: import("vue").Ref<{ top: string; middle: string; bottom: string; }, { top: string; middle: string; bottom: string; } | { top: string; middle: string; bottom: string; }>; height: import("vue").Ref; instances: {}; update: import("vitest").Mock<(...args: any[]) => any>; animate: import("vitest").Mock<(...args: any[]) => any>; totalWidth: import("vue").Ref; scroll: import("vue").Ref<{ position: number; direction: string; }, { position: number; direction: string; } | { position: number; direction: string; }>; scrollbarWidth: import("vue").Ref; }; };