/// import { Theme, ThemeBase } from './types'; type FoundationKey = keyof Omit; export type ThemeDiff = Partial>; export declare const themeDiff: (parentTheme: Partial, childTheme: Partial) => ThemeDiff; export declare const generateCSSVars: (theme: Partial) => import("@emotion/react").SerializedStyles; export declare const CssVariablesContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { diff: ThemeDiff; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {}; //# sourceMappingURL=css-variables.d.ts.map