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