/**
 * Component for use as Layout to be filled with the rest of the components.
 *
 * @deprecated - The layout has been deprecated in favor of using new XDS layout.
 *
 * @public
 */
declare const _default: import("vue").DefineComponent<{
    /** Enables the devMode, which shows the available slots to use with its names. */
    devMode: BooleanConstructor;
}, {
    rightAsideAnimation: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
    leftAsideAnimation: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
    setPosition: (position: number) => void;
    isBackdropVisible: import("vue").ComputedRef<boolean>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /** Enables the devMode, which shows the available slots to use with its names. */
    devMode: BooleanConstructor;
}>>, {
    devMode: boolean;
}, {}>;
export default _default;
//# sourceMappingURL=fixed-header-and-asides-layout.vue?vue&type=script&lang.d.ts.map