import { type IconProps } from "../../../base/index.ts";
declare const ShieldExclamation: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type ShieldExclamation = ReturnType<typeof ShieldExclamation>;
export default ShieldExclamation;
