/** * @description formats helper * @author wangfupeng */ export declare function genElemId(type: string, id: string): string; export declare function genTextId(id: string): string;