/** * Use to position content directly below the tab bar, and for it to stick while * scrolling in the subview. * * Note: On Android, it will be static and will not stick to the top of the screen. */ export declare const SubTabBar: React.FC>; export declare const SubTabBarAndroid: ({ children }: React.PropsWithChildren<{}>) => import("react/jsx-runtime").JSX.Element; export declare const SubTabBarIOS: ({ children }: React.PropsWithChildren<{}>) => import("react/jsx-runtime").JSX.Element;