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