import React from 'react';
import { Asset as AssetType, SanityDocument } from '@sanity/types';
export declare const DocumentList: ({ asset, assetType, referringDocuments, }: {
    asset: AssetType;
    assetType: 'image' | 'file';
    referringDocuments: SanityDocument[];
}) => React.JSX.Element;
//# sourceMappingURL=DocumentList.d.ts.map