export declare function getDictLabel(data: any[], value: any, config?: {
    labelKey: string;
    valueKey: string;
    emptyText: string;
}): any;
export declare function getPrefixCls(name: string): string;
