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