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