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