export interface MotionPageProps { enable?: boolean; initial?: any; animate?: any; exit?: any; } export interface SiteMeta { url?: string; title: string; description?: string; imageUrl?: string; date?: Date; authors?: string[]; }