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