/** ##Internal 仅仅用于内部组件开发 */
declare function usePrefixCls(suffixCls: string, customPrefixCls?: string): string;
export default usePrefixCls;
