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