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