import { ReactNode } from "react"; export interface HeaderProps { children: ReactNode; }