/** */ import * as React from 'react'; import type { TinaCMS } from '../../../../tina-cms'; interface ReferenceLinkProps { cms: TinaCMS; input: any; } declare const ReferenceLink: React.FC; export default ReferenceLink;