import { TextType } from "./style"; import { GravityValue, Spacing, TextSize } from "../style"; import { Component } from '../../../../api/contract/Component'; export declare class Text extends Component { uiType: string; text: string; textType: TextType; color: string; gravity: GravityValue; truncate: boolean; backgroundColor?: string; size?: TextSize; spacing?: Spacing; }