import type { PropType } from "vue"; import type { Style } from "../../core/types.js"; export type TBreadcrumbItem = Readonly<{ id: string; label: string; disabled?: boolean; }>; export type TBreadcrumbSelectPayload = Readonly<{ item: TBreadcrumbItem; index: number; }>; export declare const TKeyHint: import("vue").DefineComponent; default: undefined; }; comboStyle: { type: PropType