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