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