import { ReactNode } from 'react'; import { PropsWithoutChildren } from './Media.type'; import { RktaTheme } from '../Provider/theme'; export declare function clientMedia(children: ReactNode, props: PropsWithoutChildren, theme: RktaTheme): ReactNode; //# sourceMappingURL=clientMedia.d.ts.map