/** * WordPress dependencies */ import type { Field } from '@wordpress/dataviews'; /** * Internal dependencies */ import type { MediaItem } from '../types'; declare const authorField: Partial>; export default authorField; //# sourceMappingURL=index.d.ts.map