import { FC } from 'react'; import { SectionInterface } from './section.types'; export declare const Section: FC;