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