export declare enum BreadcrumbsVariantType {
    DEFAULT = "DEFAULT",
    ALTERNATIVE = "ALTERNATIVE"
}
