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