import type { BreadcrumbLinkType } from './types'; export type SbBreadcrumbLinkProps = { itemId: string | number; as?: BreadcrumbLinkType; label?: string; target?: string; disabled?: boolean; href?: string; to?: string | Record | null; current?: string; truncated?: boolean; disableLinkNavigation?: boolean; }; declare const __VLS_export: import("vue").DefineComponent; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "select-item": (label: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onSelect-item"?: ((label: string) => any) | undefined; }>, { label: string; disabled: boolean; target: string; href: string; to: string | Record | null; as: BreadcrumbLinkType; current: string; truncated: boolean; disableLinkNavigation: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;