import React from "react"; import { StyleProp } from "react-native"; import { MenuButtonProps } from "./MenuButton"; interface Props extends Omit { currentIndex?: number; onSelect?: (any: any) => any; items: Array; style?: StyleProp; title?: string; } export declare const DropDown: React.FC; export {}; //# sourceMappingURL=DropDown.d.ts.map