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