import { Dict } from "@teste-ui/utils"; import * as CSS from "csstype"; import { StyleObjectOrFn } from "./system.types"; import { Config } from "./utils/prop-config"; import { CssTheme } from "./utils/types"; interface GetCSSOptions { theme: CssTheme; configs?: Config; pseudos?: Record; } export declare function getCss(options: GetCSSOptions): (stylesOrFn: Dict, nested?: boolean) => Dict; export declare const css: (styles: StyleObjectOrFn) => (theme: any) => Dict; export {}; //# sourceMappingURL=css.d.ts.map