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