/// export declare function hashAndAddRuntimeUSS(style: string): string; /** * Similar to the Emotion api, this function takes a template string and returns * a class name that can be used to style an element. * @param strings * @param values * @returns */ export declare const emo: (strings: TemplateStringsArray, ...values: any[]) => string;