import { Responsive } from '../components/types';
export declare const encryptDataSync: (data: any) => string;
export declare const decryptCookie: (encryptedJson: string) => any;
export declare function unaccentValue(rawValue: string): string;
export declare const getResponsiveClass: <T extends string | number>(prefix: string, value?: Responsive<T>, map?: Record<T, string>) => string;
