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