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