import { IconProps } from './_types'; declare const QuestionBubble: ({ size, color, ...other }: IconProps) => import("react/jsx-runtime").JSX.Element; export default QuestionBubble;