import { TextType } from "./style"; import { GravityValue, Spacing, TextSize } from "../../../components/common/style"; import { Component } from "../../../../server/context/index"; export declare class MobileText extends Component { uiType: string; text: string; textType: TextType; color: string; gravity: GravityValue; truncate: boolean; backgroundColor?: string; size?: TextSize; spacing?: Spacing; }