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