import { TabsProps } from "../LegacyTabs"; /** * Renders a list of tabs. Evenly-spaces them across the screen with * each tab label centered on the tab */ export declare const NavigationalTabs: ({ onTabPress, activeTab, tabs }: TabsProps) => import("react/jsx-runtime").JSX.Element;