import { VBreadcrumbProps } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare var __VLS_4: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_4) => any; }; declare const __VLS_component: DefineComponent any; }, string, PublicProps, Readonly & Readonly<{ onBack?: (() => any) | undefined; }>, { separator: string; ariaLabel: string; goBack: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=VBreadcrumb.vue.d.ts.map