import { Rectangle } from "./rectangle";
import { TextState } from "./textState";
export declare class TextReplace {
    'oldValue': string;
    'newValue': string;
    'regex': boolean;
    'textState': TextState;
    'rect': Rectangle;
    'centerTextHorizontally': boolean;
    static discriminator: any;
    static attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
    static getAttributeTypeMap(): {
        name: string;
        baseName: string;
        type: string;
    }[];
}
