import { ThemeSize } from "../../theme/types.js"; import { LayoutClassicProps, LayoutClassicSlots } from "./types.js"; //#region src/components/layout/layout-classic.vue.d.ts type __VLS_Slots = LayoutClassicSlots; declare const __VLS_base: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:open"?: ((open: boolean) => any) | undefined; }>, { size: ThemeSize; open: boolean; defaultOpen: boolean; sidebarVisible: boolean; headerVisible: boolean; tabVisible: boolean; footerVisible: boolean; fixedTop: boolean; stretchFooter: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };