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