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