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