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