import React from 'react'; import { SectionProps } from './types'; export declare function Section({ style, children, header, footer, ...modifiers }: SectionProps): React.JSX.Element;