import { ElementType, HTMLProps } from 'react'; import { CssEmotion } from './CssEmotion.type'; import { RktaThemed } from './RktaThemed.type'; export declare type RktaElement = RktaThemed & HTMLProps & { css?: CssEmotion; /** React element or string. */ element?: ElementType; }; //# sourceMappingURL=RktaElement.type.d.ts.map