import { SectionProps } from './types'; export declare const Section: (props: SectionProps) => any;