import { JSX } from 'react'; import { SectionProps } from '@react-types/shared'; declare let _Section: (props: SectionProps) => JSX.Element; export { _Section as Section };