/**
 * @param scope 类名
 * @returns 返回空间名-类名
 */
export declare const getPrefixCls: (scope?: string) => string;
export declare const getFormilyPrefixCls: (scope?: string) => string;
