import type { ExtractPropTypes } from 'vue'; import type Breadcrumb from './breadcrumb.vue'; export declare const breadcrumbProps: { readonly separator: import("element-plus/es/utils").BuildPropReturn; readonly separatorIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; }; export declare type BreadcrumbProps = ExtractPropTypes; export declare type BreadcrumbInstance = InstanceType;