import type { ExtractPropTypes } from 'vue'; export declare const breadcrumbSeparatorProps: () => { prefixCls: StringConstructor; }; export type BreadcrumbSeparatorProps = Partial>>; declare const _default: import("vue").DefineComponent, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;