import type { IconProps } from './icon.context.js'; declare const AlertCircleIcon: import("svelte").Component; type AlertCircleIcon = ReturnType; export default AlertCircleIcon;