import { SVGProps } from "react";
declare const SvgQuestion: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgQuestion;
