import type { InputSingleChoiceProps } from "../../types/components/options";
declare const InputSingleChoice: import("svelte").Component<InputSingleChoiceProps, {}, "">;
type InputSingleChoice = ReturnType<typeof InputSingleChoice>;
export default InputSingleChoice;
