declare type FooterViewProps = any; declare const AppFooterView: (props: FooterViewProps) => any; export default AppFooterView;