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