export declare function getPrefixCls(className: T, prefixCls: P): `${P}-${T}`;