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