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