import type { ExtractPropTypes } from 'vue'; export declare const breadcrumbProps: { readonly separator: import("element-plus/es/utils").EpPropFinalized; readonly separatorIcon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; export declare type BreadcrumbProps = ExtractPropTypes;