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