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