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