export interface AppTopbarProps { /** * Indicates if the AppSidebar is opened or not for styling purposes */ sidebarOpened?: boolean; /** * Url for the logo anchor wrapper */ href?: string; } declare var __VLS_16: {}, __VLS_18: {}, __VLS_20: {}; type __VLS_Slots = {} & { actions?: (props: typeof __VLS_16) => any; } & { avatar?: (props: typeof __VLS_18) => any; } & { text?: (props: typeof __VLS_20) => any; }; declare const __VLS_base: import("vue").DefineComponent void; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onToggle-sidebar"?: ((...args: any[]) => any) | undefined; }>, { href: string; sidebarOpened: boolean; }, {}, {}, {}, 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; }; };