import { FC, HTMLAttributes } from 'react'; export interface Props extends HTMLAttributes { value: string; onClick?: any; } export declare const LinkedDataIdentifier: FC;