/// import { BasicProps } from './typings'; declare const Footer: (props: BasicProps) => JSX.Element; export default Footer;