import { TextScale, TextScaleProperties } from './TextScale'; export declare class TextScaleRight extends TextScale { constructor(properties?: TextScaleProperties); }