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