import { StylingModel } from '../style/styling.model'; import { CoreStylingModel } from '../core/core-styling.model'; import { IconStylingModel } from '../icon/icon-styling.model'; export declare class BreadCrumbStylingModel extends CoreStylingModel { link: StylingModel; iconStyling: IconStylingModel; /**@hidden * It is the constructor for the button component. It takes the required string values to create the button object */ constructor(values?: Object); }