export const ThemeSwitcher = ({ onToggle, className, }: { onToggle: () => void; className?: string; }) => ( );