export declare class TemplateDesign {
    constructor(template: any);
    id: string;
    type: string;
    systemDefine: boolean;
    path: string;
    name: string;
    fileName: string;
    created: Date;
    modified: Date;
    description: string;
    organization: string;
    author: string;
    version: string;
}
