import type { LayoutHeaderProps } from 'naive-ui'; import type { MenuLinkRoute } from '#build/types/naiveui'; type __VLS_Props = { toggleIcon?: string; togglePlacement?: 'left' | 'right'; routes?: MenuLinkRoute[]; drawerRoutes?: MenuLinkRoute[]; drawerClosable?: boolean; drawerWidth?: string | number; nativeScrollbar?: boolean; drawerPlacement?: 'top' | 'right' | 'bottom' | 'left'; header?: LayoutHeaderProps; }; declare var __VLS_19: {}, __VLS_26: {}, __VLS_45: {}, __VLS_53: {}, __VLS_56: {}; type __VLS_Slots = {} & { start?: (props: typeof __VLS_19) => any; } & { end?: (props: typeof __VLS_26) => any; } & { default?: (props: typeof __VLS_45) => any; } & { 'drawer-header'?: (props: typeof __VLS_53) => any; } & { 'drawer-footer'?: (props: typeof __VLS_56) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { routes: MenuLinkRoute[]; toggleIcon: string; togglePlacement: "left" | "right"; drawerRoutes: MenuLinkRoute[]; drawerClosable: boolean; drawerWidth: string | number; nativeScrollbar: boolean; drawerPlacement: "top" | "right" | "bottom" | "left"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };