export declare const Sidebar: import("../utils").WithInstall JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { modelValue: string | number; }>>; export default Sidebar; export type { SidebarProps } from './Sidebar'; declare module 'vue' { interface GlobalComponents { VanSidebar: typeof Sidebar; } }