import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconLightningALight: import("svelte").Component<$$ComponentProps, {}, "">; type IconLightningALight = ReturnType; export default IconLightningALight;