import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const ShieldExclamation: import("svelte").Component; type ShieldExclamation = ReturnType; export default ShieldExclamation; //# sourceMappingURL=shield-exclamation.svelte.d.ts.map