import { EventEmitter } from '../../stencil-public-runtime'; import { Attributes } from '../../utils/attributes'; export interface BalStepOption { value: string; label: string; href: string; target: BalProps.BalButtonTarget; active: boolean; disabled: boolean; done: boolean; invisible: boolean; failed: boolean; prevent: boolean; passed?: boolean; index?: number; navigate?: EventEmitter; trackingData?: Attributes; hidden?: boolean; }