import React from 'react'; import { type NativeTabsViewProps } from './types'; export declare function NativeTabsView(props: NativeTabsViewProps): React.JSX.Element; //# sourceMappingURL=NativeTabsView.d.ts.map