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