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