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