import { CoreStylingModel } from '../core/core-styling.model'; import { ButtonStylingModel } from '../button/button-styling.model'; export declare class WizardNavButtonsStylingModel extends CoreStylingModel { /** * Styling by type ButtonStylingModel */ buttonStyling?: ButtonStylingModel; /** * It is the constructor for the WizardStepStylingModel. It takes the values to create the WizardStepStylingModel object. */ constructor(values?: Object); }