import type { ThemeVariable } from '../../../types.js'; interface Props { variable: ThemeVariable; } declare const ColorEntry: import("svelte").Component; type ColorEntry = ReturnType; export default ColorEntry;