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