type EntityAnnotationKeyProps = {
    /** The key of the annotation */
    annotationKey: string;
    /** An optional title of the annotation */
    title?: string;
    /** An optional */
    description?: string;
};
/**
 * A component used to display an Entity annotation key.
 */
export declare function EntityAnnotationKey(props: EntityAnnotationKeyProps): string | import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=EntityAnnotationKey.d.ts.map