import { ResourceRendererFunction, ResourceRendererDestroyFunction } from '../state/index.js'; export declare const resourceHasRendererSelector: (state: any, pagePath: Array, gridPath: Array) => boolean; /** * This function is mostly here for backwards-compatibility. * There is no real need to deprecate it though. */ export declare const resourceRendererSelector: (state: any, pagePath: Array, gridPath: Array) => ResourceRendererFunction; export declare const resourceRendererRenderSelector: (state: any, pagePath: Array, gridPath: Array) => ResourceRendererFunction; export declare const resourceRendererDestroySelector: (state: any, pagePath: Array, gridPath: Array) => ResourceRendererDestroyFunction;