import Breadcrumb from './Breadcrumb'; import type { BreadcrumbProps } from 'element-plus'; import type { IDefinePlugin } from '../types/index'; export declare const ProBreadcrumb: IDefinePlugin; export type IBreadcrumbProps = BreadcrumbProps;