export declare function useClassName({ style, prevClassName, styleProps, themeKey, themeKeySuffix, }: { style: any; prevClassName?: string; styleProps: any; themeKey?: string; themeKeySuffix?: string; }): string;