import React from 'react'; import { DCTypes } from './types'; declare function DocumentCard(props: DCTypes): React.JSX.Element; export { DocumentCard };