import { ReactNode } from 'react'; type ThemedChildrenProps = { className?: string; children: ReactNode; }; export declare const ThemedChildren: ({ className, children }: ThemedChildrenProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=ThemedChildren.d.ts.map