export type LayoutProps = JSX.IntrinsicElements["div"]; export type LayoutComponent = (props: LayoutProps) => JSX.Element;