import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const QuestionMarkCircle: import("svelte").Component; type QuestionMarkCircle = ReturnType; export default QuestionMarkCircle; //# sourceMappingURL=question-mark-circle.svelte.d.ts.map