import type { NormalizedUserQuestionOption } from './use-user-question'; type __VLS_Props = { option: NormalizedUserQuestionOption; othersText?: string; selected: boolean; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { select: () => any; confirm: () => any; "update:othersText": (value: string) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onSelect?: (() => any) | undefined; onConfirm?: (() => any) | undefined; "onUpdate:othersText"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;