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