import { FC } from 'react'; import { FooterInterface } from './footer.types'; export declare const Footer: FC;