import * as React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; import { createWormhole } from 'react-native-wormhole'; import { useCompletion } from '../hooks'; declare function Prompt({ completionSettings, style, debug, extraProps, Wormhole, prompt, }: { readonly prompt?: string; readonly completionSettings: Omit[0], 'prompt'>; readonly style?: StyleProp; readonly debug?: boolean; readonly extraProps?: T; readonly Wormhole?: ReturnType['Wormhole']; }): JSX.Element; declare const _default: React.MemoExoticComponent; export default _default;