import { RaRecord } from '../../types'; import { ShowControllerResult } from './useShowController'; /** * Hook to read the show controller props from the ShowContext. * * Used within a (e.g. as a descendent of ). * * @returns {ShowControllerResult} create controller props * * @see useShowController for how it is filled */ export declare const useShowContext: () => ShowControllerResult; //# sourceMappingURL=useShowContext.d.ts.map