/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * @hidden */ export interface BreadcrumbListItemComputed { [key: string]: any; itemClasses: object; } /** * @hidden */ declare const BreadcrumbListItem: import('vue').DefineComponent; isFirstItem: PropType; isLastItem: PropType; }>, {}, {}, { itemClasses(): BreadcrumbListItemComputed['itemClasses']; }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; isFirstItem: PropType; isLastItem: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { BreadcrumbListItem };