export interface Step { element?: string | HTMLElement; position?: 'top' | 'left' | 'bottom' | 'right'; title?: string; text?: string; }