import { TdBreadcrumbProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    maxItemWidth: {
        type: StringConstructor;
        default: any;
    };
    options: {
        type: PropType<TdBreadcrumbProps["options"]>;
    };
    separator: {
        type: PropType<TdBreadcrumbProps["separator"]>;
    };
    theme: {
        type: PropType<TdBreadcrumbProps["theme"]>;
        default: TdBreadcrumbProps["theme"];
        validator(val: TdBreadcrumbProps["theme"]): boolean;
    };
};
export default _default;
