import { InterpolationWithTheme } from '@emotion/core'; import { RktaTheme } from '../mountTheme/mountTheme.type'; import { CssEmotion } from './CssEmotion.type'; declare type CssGetter = (theme: RktaTheme, props: any) => InterpolationWithTheme; export declare type CssRkta = CssEmotion | CssGetter; export {}; //# sourceMappingURL=CssRkta.type.d.ts.map