import { ReactNode } from "react"; export interface DashboardLayoutProps { children: ReactNode; lang: "en" | "tr"; activePage: string; siteUrls: string[]; }