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