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