import * as React from 'react'; import { ModalProps } from 'react-native'; export declare const CountryModal: ({ children, withModal, disableNativeModal, animated, animationType, ...props }: import("react-native").ModalBaseProps & import("react-native").ModalPropsIOS & import("react-native").ModalPropsAndroid & import("react-native").ViewProps & { children: React.ReactNode; withModal?: boolean | undefined; disableNativeModal?: boolean | undefined; }) => React.JSX.Element | null;