import { Component } from '../../../API/contract/Step'; export declare class MobileStepNavigation extends Component { uiType: string; backgroundColor?: string; components?: typeof Component[]; }