export declare const usePrefixCls: (tag?: string, props?: {
    prefix?: string;
}) => string;
