import type { LayoutSiderProps } from 'naive-ui'; import type { MenuLinkRoute } from '#build/types/naiveui'; type __VLS_Props = { toggleIcon?: string; togglePlacement?: 'left' | 'right'; routes?: MenuLinkRoute[]; drawerRoutes?: MenuLinkRoute[]; drawerPlacement?: 'top' | 'right' | 'bottom' | 'left'; drawerClosable?: boolean; drawerWidth?: string | number; nativeScrollbar?: boolean; sider?: LayoutSiderProps; }; declare var __VLS_19: {}, __VLS_21: {}, __VLS_40: {}, __VLS_47: {}, __VLS_54: {}, __VLS_62: {}, __VLS_65: {}; type __VLS_Slots = {} & { start?: (props: typeof __VLS_19) => any; } & { end?: (props: typeof __VLS_21) => any; } & { start?: (props: typeof __VLS_40) => any; } & { end?: (props: typeof __VLS_47) => any; } & { default?: (props: typeof __VLS_54) => any; } & { 'drawer-header'?: (props: typeof __VLS_62) => any; } & { 'drawer-footer'?: (props: typeof __VLS_65) => 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; }; };