export declare function usePrefixCls(className: string, suffixClass?: {
    [key: string]: string | number | boolean | undefined;
}, ignoreRootCls?: boolean): string;
