interface Props { size?: number; [key: string]: any; } declare const IconExclamationTriangle: import("svelte").Component; type IconExclamationTriangle = ReturnType; export default IconExclamationTriangle;