import React from 'react'; export default class PopupExample extends React.Component { constructor(props: any); onPress: () => void; onChange: (value: any) => void; render(): JSX.Element; }