import IdsElement from '../../core/ids-element'; /** * IDS WizardStep Component * @type {IdsWizardStep} * @inherits IdsElement */ export default class IdsWizardStep extends IdsElement { }