export interface ClrBreadcrumbModel {
    /**
     * The label to be displayed.
     */
    label: string;
    /**
     * The url where the navigation goes.
     */
    url?: string;
}
