import { TrackType } from '../../core'; interface ManageGoalProps { trackType: TrackType; } export declare const ManageGoals: ({ trackType }: ManageGoalProps) => import("react/jsx-runtime").JSX.Element; export {};