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