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