import Pronunciation from "../../../../types/resources/pronunciation"; import { Option } from "../../Select"; export declare const pronunToOption: (pronun: Pronunciation) => Option;