import { Types } from "@a2ui/lit/0.8"; import type { A2UIComponentProps } from "../../types/index.js"; interface MultipleChoiceProps extends A2UIComponentProps { node: Types.AnyComponentNode & { type: "MultipleChoice"; }; } export declare function MultipleChoice({ node, surfaceId }: MultipleChoiceProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MultipleChoice.d.ts.map