export { Section as BaseSection } from '@react-stately/collections'; import { SectionProps as SectionProps$1 } from '@react-types/shared'; import { As, HTMLHeroUIProps } from '@heroui/system'; /** * A modified version of the SectionProps from @react-types/shared, with the addition of the HeroUI props. * */ type SectionProps = SectionProps$1 & Omit, "children">; export type { SectionProps };