export function useRowHeight(config: any, initialRowHeight: any, height: any, margin: any, padding: any): any[]; /** * Create a mapping from dataset ID to loader objects by data type. * @param {object[]} datasets The datasets array from the view config. * @param {string} configDescription The top-level description in the * view config. * @param {PluginFileType[]} fileTypes * @param {PluginCoordinationType[]} coordinationTypes * @param {object} stores Optional mapping from URLs to Zarrita stores. * @param {QueryClient} queryClient A react-query QueryClient instance. * @returns {object} Mapping from dataset ID to data type to loader * instance. */ export function createLoaders(datasets: object[], configDescription: string, fileTypes: PluginFileType[], coordinationTypes: PluginCoordinationType[], stores: object, queryClient: QueryClient): object; //# sourceMappingURL=vitessce-grid-utils.d.ts.map