/**
 * 荣誉称号
 */
export declare class Honor {
    timestamp?: Date;
    remark?: string;
    name?: string;
    constructor(s: string);
}
