import { NativeElement } from '@nonoun/native-core'; /** * Individual breadcrumb link item. * @attr {string} href - Navigation URL * @attr {boolean} current - Marks as the current page (disables navigation) */ export declare class NBreadcrumbItem extends NativeElement { #private; static observedAttributes: string[]; constructor(); setup(): void; teardown(): void; attributeChangedCallback(name: string, old: string | null, val: string | null): void; } //# sourceMappingURL=breadcrumb-item-element.d.ts.map