import { FC } from 'react'; interface IProps { className?: string; index: number; } declare const SectionContent: FC; export default SectionContent;