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