import { StyleObject } from '../types/types'; export declare const generateStyleHash: (styles: StyleObject, prefix: string) => string;