import { FC } from 'react';
import { iChoiceProps } from './choice';
declare const ChoiceChat: FC<iChoiceProps>;
export default ChoiceChat;
