import { TextType } from './style'; import { GravityValue, Spacing } from '../../common/style'; import { Component } from '../../../API/contract/Step'; export declare class MobileText extends Component { uiType: string; text: string; textType: TextType; color: string; gravity: GravityValue; truncate: boolean; backgroundColor?: string; spacing?: Spacing; }