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