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