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