import * as React from 'react'; type SectionProps = Readonly>; declare const Section: React.ForwardRefExoticComponent, HTMLTableElement>, "ref">> & React.RefAttributes>; export { Section, type SectionProps };