import * as react_jsx_runtime from 'react/jsx-runtime';
import { SvgIconProps } from '@mui/material';

declare const BadgeQuestion: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;

export { BadgeQuestion as default };
