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