import { Component } from "../../../../server/context/index"; export declare class MobileStepHeader extends Component { uiType: string; backgroundColor?: string; components?: (typeof Component)[]; }