import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const ShieldCheckIcon: import("svelte").Component<Props, {}, "">;
type ShieldCheckIcon = ReturnType<typeof ShieldCheckIcon>;
export default ShieldCheckIcon;
