interface Props { color?: string; color2?: string; } declare const SDot: import("svelte").Component; type SDot = ReturnType; export default SDot;