import type { InjectionWithDefaults } from '../../../../types/utils'; import type { DataViewInjection } from './DataView.types'; /** * Miscellaneous data that is not related to pagination, sorting, or searching. * TODO: merge all DataView injections into one. https://leaflink.atlassian.net/browse/STASH-507 */ export declare const DATA_VIEW_INJECTION: InjectionWithDefaults;