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