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