import type { NumberElement, PluralElement } from '../../../../types'; export interface NumericVariableEditorProps { element: NumberElement | PluralElement; onUpdate: (value: string) => void; } export declare function NumericVariableEditor({ element, onUpdate, }: NumericVariableEditorProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=NumericVariableEditor.d.ts.map