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