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