import React from "react"; import { GestureResponderEvent, StyleProp } from "react-native"; type Props = { onCreatePress: (event?: GestureResponderEvent) => void; style?: StyleProp; villagersText?: string; createText?: string; }; export declare const LandContent: React.FC; export {}; //# sourceMappingURL=LandContent.d.ts.map