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