import { TextReplace } from "./textReplace";
export declare class TextReplaceListRequest {
    'textReplaces': Array<TextReplace>;
    'defaultFont': string;
    'startIndex': number;
    'countReplace': number;
    static discriminator: any;
    static attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
    static getAttributeTypeMap(): {
        name: string;
        baseName: string;
        type: string;
    }[];
}
