export declare function xDDReferenceInformation(props: { [k: string]: any; }): import('react').ReactElement>; declare function GeoDeepDiveSwatchInnerBare(props: any): import('react').FunctionComponentElement; declare function GeoDeepDiveSwatch({ wrapper, data, docid }: { wrapper?: typeof xDDLinkCard | undefined; data: any; docid: any; }): import('react').FunctionComponentElement<{ href: string; }>; declare function xDDLinkCard(props: { href: string; }): import('react').FunctionComponentElement; declare function GeoDeepDiveRelatedTerms(props: { data: any[]; }): import('react').ReactElement>; declare const GDDReferenceCard: (props: { docid: string; }) => import('react').DetailedReactHTMLElement, HTMLInputElement>; export { GDDReferenceCard, GeoDeepDiveSwatch, GeoDeepDiveSwatchInnerBare, GeoDeepDiveRelatedTerms, };