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