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