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