/** * @jsxRuntime classic * @jsx jsx */ import React from 'react'; import { jsx } from '@emotion/react'; export default function LayoutSection(props: React.PropsWithChildren<{ width?: number; }>): jsx.JSX.Element;