import type { ExtractPropTypes, InjectionKey, SlotsType } from 'vue'; export declare const containerProps: { fullPage: { type: BooleanConstructor; }; }; export type ContainerProps = ExtractPropTypes; export interface ContainerSlots { default: {}; } export declare const containerSlots: SlotsType; export declare const containerContextKey: InjectionKey<{ height: string; }>;