import { CoreModel } from '../core/core.model'; import { IconModel } from '../icon/icon.model'; export declare class BreadCrumbModel extends CoreModel { /** * Description here ... */ links: any[]; /** * Description here ... */ icon: IconModel; /**@hidden * It is the constructor for the button component. It takes the required string values to create the button object */ constructor(values?: Object); }