export declare class BreadCrumb { label: string; id: string; constructor(label: string, id: string); }