import BreadcrumbCard from './src/breadcrumb-card.vue'; export declare const LlBreadcrumbCard: import("ll-plus/es/utils").SFCWithInstall; readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropFinalized; readonly rootClass: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly zIndex: import("ll-plus/es/utils").EpPropFinalized; readonly keyboard: import("ll-plus/es/utils").EpPropFinalized; readonly visible: import("ll-plus/es/utils").EpPropFinalized; readonly title: import("ll-plus/es/utils").EpPropFinalized; }>, { props: import("@vue/shared").LooseRequired; readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropFinalized; readonly rootClass: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly zIndex: import("ll-plus/es/utils").EpPropFinalized; readonly keyboard: import("ll-plus/es/utils").EpPropFinalized; readonly visible: import("ll-plus/es/utils").EpPropFinalized; readonly title: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{ onClose?: (bool: boolean) => any; "onUpdate:visible"?: (bool: boolean) => any; }> & {}>; emits: ((event: "close", bool: boolean) => void) & ((event: "update:visible", bool: boolean) => void); scrollPosition: import("vue").Ref<"top" | "bottom" | "scrolling", "top" | "bottom" | "scrolling">; isHasScrollBar: import("vue").Ref; scrollRef: import("vue").Ref; breadcrumbCardRef: import("vue").Ref; rootStyle: import("vue").ComputedRef<{ zIndex: number; }>; isShowContentBottomBox: import("vue").ComputedRef>; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; handleClose: () => Promise; scrollTop: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: (bool: boolean) => boolean; 'update:visible': (bool: boolean) => boolean; }, string, import("vue").PublicProps, Readonly; readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropFinalized; readonly rootClass: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly zIndex: import("ll-plus/es/utils").EpPropFinalized; readonly keyboard: import("ll-plus/es/utils").EpPropFinalized; readonly visible: import("ll-plus/es/utils").EpPropFinalized; readonly title: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{ onClose?: (bool: boolean) => any; "onUpdate:visible"?: (bool: boolean) => any; }>, { readonly title: string; readonly visible: import("ll-plus/es/utils").EpPropMergeType; readonly zIndex: number; readonly keyboard: import("ll-plus/es/utils").EpPropMergeType; readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropMergeType; readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropMergeType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default LlBreadcrumbCard; export * from './src/breadcrumb-card'; declare module 'vue' { interface GlobalComponents { LlBreadcrumbCard: typeof BreadcrumbCard; } }