import React from 'react'; type Props = {}; declare const AppFooter: (props: Props) => React.JSX.Element | null; export default AppFooter;