declare type AppHeaderViewProps = any; declare const AppHeaderView: (props: AppHeaderViewProps) => any; export default AppHeaderView;