import { type Phase, type Id, type AddMilestonePayload, type BulkAddMilestonePayload, type UpdatePhasePayload, type UpdateMilestonePayload, type ActivityStatus, type User, type TimeTracking } from '../types'; declare const __VLS_publicComponent: import("vue").DefineComponent; required: true; }; closedStatus: { type: import("vue").PropType; required: true; }; users: { type: import("vue").PropType; required: true; }; isEditable: { type: import("vue").PropType; }; readonly: { type: import("vue").PropType; }; timeTrackingData: { type: import("vue").PropType>; }; estimationUnit: { type: import("vue").PropType; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { addMilestone: (payload: AddMilestonePayload) => void; bulkAddMilestone: (payload: BulkAddMilestonePayload) => void; updateMilestone: (payload: UpdateMilestonePayload) => void; archiveMilestone: (payload: { id: Id; }) => void; unarchiveMilestone: (payload: { id: Id; }) => void; updatePhase: (payload: UpdatePhasePayload) => void; archivePhase: (payload: { id: Id; }) => void; unarchivePhase: (payload: { id: Id; }) => void; }, string, import("vue").PublicProps, Readonly; required: true; }; closedStatus: { type: import("vue").PropType; required: true; }; users: { type: import("vue").PropType; required: true; }; isEditable: { type: import("vue").PropType; }; readonly: { type: import("vue").PropType; }; timeTrackingData: { type: import("vue").PropType>; }; estimationUnit: { type: import("vue").PropType; }; }>> & Readonly<{ onAddMilestone?: ((payload: AddMilestonePayload) => any) | undefined; onUpdateMilestone?: ((payload: UpdateMilestonePayload) => any) | undefined; onUpdatePhase?: ((payload: UpdatePhasePayload) => any) | undefined; onArchivePhase?: ((payload: { id: Id; }) => any) | undefined; onUnarchivePhase?: ((payload: { id: Id; }) => any) | undefined; onArchiveMilestone?: ((payload: { id: Id; }) => any) | undefined; onUnarchiveMilestone?: ((payload: { id: Id; }) => any) | undefined; onBulkAddMilestone?: ((payload: BulkAddMilestonePayload) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_publicComponent; export default _default;