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