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