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