import Layout from './layout.js'; import type { LayoutProps } from './layout.js'; export { Layout, LayoutProps }; export default Layout;