import { SxStyleProp } from "theme-ui"; import { CommonTheme } from "../interfaces/ext-theme.interface"; declare type ThemeMixin = string | SxStyleProp; export declare const themeMixins: (mixins: ThemeMixin[]) => (theme: CommonTheme) => SxStyleProp; export {}; //# sourceMappingURL=theme.util.d.ts.map