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