import React from "react"; type Props = { turnIndex: number; messageIndex: number; hasEverPaid?: boolean; isChatHistory?: boolean; }; declare const VGChatEnd: (props: Props) => React.JSX.Element; export default VGChatEnd;