import * as React from 'react'; import { OptionalComponentPropAndHTMLAttributes } from '../../types'; export declare type SectionProps = OptionalComponentPropAndHTMLAttributes; declare const _default: React.MemoExoticComponent<(props: OptionalComponentPropAndHTMLAttributes) => JSX.Element>; export default _default;