import type { ThemeEditorProps } from './types'; /** * Guided target-contract authoring with intent-only serialization and a * stateful covering preview. */ export declare function ThemeEditor({ initialValue, onChange, showGetCode, showThemeModeToggle, }: Readonly): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ThemeEditor.d.ts.map