export { css } from "./css"; export const breakpoints: ["40em", "52em", "64em"]; export const cache: import("create-emotion").EmotionCache; export const cx: (...classNames: import("create-emotion").ClassNamesArg[]) => string; export const flush: () => void; export const getRegisteredStyles: (registeredStyles: string[], className: string) => string; export const hydrate: (ids: string[]) => void; export const injectGlobal: { (template: TemplateStringsArray, ...args: import("create-emotion").Interpolation[]): void; (...args: import("create-emotion").Interpolation[]): void; }; export const keyframes: { (template: TemplateStringsArray, ...args: import("create-emotion").Interpolation[]): string; (...args: import("create-emotion").Interpolation[]): string; }; export const merge: (className: string) => string; export const sheet: import("create-emotion").StyleSheet; //# sourceMappingURL=style-system.d.ts.map