import { ReactNode } from 'react'; export interface ThemeProps { theme: string; themes?: Record; children?: ReactNode; }