interface RepoGoalEditorProps { initialValue: string; onSave: (value: string) => Promise; onCancel?: () => void; placeholder?: string; label?: string; } export declare function RepoGoalEditor({ initialValue, onSave, onCancel, placeholder, label }: RepoGoalEditorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MilestoneEditor.d.ts.map