import * as React from 'react'; import { Creatable } from '../generic'; import { SectionProps } from './Section.types'; declare const Section: Creatable>; export default Section;