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