/// import { ReactNode } from 'react'; export default function BaseLayout(props: { children?: ReactNode; }): JSX.Element;