import { StylingModel } from '../style/styling.model'; import { CoreStylingModel } from '../core/core-styling.model'; export declare class TabsStylingModel extends CoreStylingModel { /** * Styling of wizard header section */ headerSection?: StylingModel; /** @hidden * It is the constructor for the TabsStylingModel. It takes the values to create the TabsStylingModel object. */ constructor(values?: Object); }