import type { ExtractPropTypes, Component } from 'vue';
export declare const breadcrumbProps: {
    readonly separator: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "/", unknown, unknown, unknown>;
    readonly separatorIcon: import("element-plus/es/utils/props").BuildPropReturn<import("element-plus/es/utils/props").PropWrapper<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>, "", unknown, unknown, unknown>;
};
export declare type BreadcrumbProps = ExtractPropTypes<typeof breadcrumbProps>;
