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