import React, { type ReactElement, type ReactNode } from 'react' import Layout from '@/components/default' interface Iprops { children?: ReactNode } const Foo = (props: Iprops) => { return