export declare const useCss: () => { theme: import("..").Theme; css: { (template: TemplateStringsArray, ...args: import("emotion").Interpolation[]): string; (...args: import("emotion").Interpolation[]): string; }; };