export declare enum BreadcrumbSeparator {
    Slash = 0,
    BackSlash = 1,
    ChevronRight = 2,
    Comma = 3
}
