import type { ThemeRecipeOverrideValue } from '@ankhorage/contracts'; import type { ZoraThemeRecipeFieldMeta } from '@ankhorage/zora'; import React from 'react'; export declare function ThemeRecipeFieldEditor(props: { readonly fieldName: string; readonly meta: ZoraThemeRecipeFieldMeta; readonly override: ThemeRecipeOverrideValue | undefined; readonly tokenOptions: readonly string[]; readonly onChange: (value: ThemeRecipeOverrideValue | undefined) => void; }): React.JSX.Element; //# sourceMappingURL=ThemeRecipeFieldEditor.d.ts.map