///
import IFrontController from "../../../types/front-controller";
import { NameOption } from "../FullNamesList";
import { TermsAndConditions } from "../../hooks/useRecorderState";
interface Props {
client: IFrontController;
name: Omit;
names: NameOption[];
termsAndConditions?: TermsAndConditions;
}
declare const PronunciationMyInfoWidget: ({ client, name, names, termsAndConditions, }: Props) => JSX.Element;
export default PronunciationMyInfoWidget;