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