import React from "react"; import { StyleProp } from "react-native"; type Props = { items: Array; activeIndex?: number; style?: StyleProp; onChange: (item: any, key: any) => void; }; export declare const ListingTabs: React.FC; export {}; //# sourceMappingURL=ListingTabs.d.ts.map