import { ObjectiveProps } from "./objective"; export declare function ObjectiveComponent(props: ObjectiveProps): JSX.Element;