/// import { ViewProps } from "../View"; declare const TabNavigation: ({ children, ...props }: ViewProps) => JSX.Element; export default TabNavigation;