import React from 'react'; /** @public */ export type MissingAnnotationEmptyStateClassKey = 'code'; /** * @public * Renders an empty state when an annotation is missing from an entity. */ export declare function MissingAnnotationEmptyState(props: { annotation: string | string[]; readMoreUrl?: string; }): React.JSX.Element;