import { ReactNode } from 'react'; export interface SectionProps { children: ReactNode; className?: string; id?: string; }