import React from "react"; import { GestureResponderEvent, StyleProp } from "react-native"; type Props = { land: any; isActive?: boolean; animationDelay?: number; onPress: (event?: GestureResponderEvent) => void; style?: StyleProp; }; export declare const LandTitle: React.FC; export {}; //# sourceMappingURL=LandTitle.d.ts.map