import { PartialNode } from './types'; import { JSX, ReactElement } from 'react'; import { SectionProps } from '@react-types/shared'; declare function Section(props: SectionProps): ReactElement | null; declare namespace Section { var getCollectionNode: (props: SectionProps) => Generator, any, any>; } declare let _Section: (props: SectionProps) => JSX.Element; export { _Section as Section };