import { PropsWithChildren } from 'react'; import '../styles/index.css'; declare function Layout({ children }: PropsWithChildren<{}>): JSX.Element; export default Layout;