import { Text } from '../../'; import { Alignment } from '../../../enums'; import { Size } from '../../../utils'; export declare class ResText extends Text { textAlignment: Alignment; dropShadow: boolean; outline: boolean; wordWrap: Size; constructor(caption: any, pos: any, scale: any, color?: any, font?: any, justify?: any); draw(offset?: Size): void; draw(caption: any, pos: any, scale: any, color: any, font: any, arg2: any): void; }