import { Spacing } from '../../common/style'; import { Component } from '../../../API/contract/Step'; export declare class VerticalList extends Component { uiType: string; backgroundColor?: string; items?: any[]; spacing?: Spacing; }