import { TemplateRef } from '@angular/core'; export declare abstract class VtsBreadcrumb { abstract vtsSeparator: string | TemplateRef | null; }