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