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