/**
 * @description formats helper
 * @author wangfupeng
 */
import { ElementType } from 'packages/custom-types';
export declare function genElemId(type: ElementType, id: string): string;
export declare function genTextId(id: string): string;
