export declare class BreadCrumbModel {
    label: string;
    url: string;
    constructor(label: string, url: string);
}
