import React from 'react'; import type { PropsWithChildren } from 'react'; import type { DefaultStreamChatGenerics } from '../../types/types'; import type { ModalProps } from '../Modal'; export type MessageBouncePromptProps = PropsWithChildren>; export declare function MessageBouncePrompt({ children, onClose }: MessageBouncePromptProps): React.JSX.Element; //# sourceMappingURL=MessageBouncePrompt.d.ts.map