import { ReactNode } from 'react'; export interface MainLayoutProps { components: Array; logo: ReactNode; }