import React from "react"; declare type Props = { type?: "text" | "picture"; }; declare const ChoiceAnswer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & Props, React.DetailedHTMLProps, HTMLDivElement>, {}>; export default ChoiceAnswer;