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