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