import { RaRecord } from "../../types.cjs"; import { ShowControllerResult } from "./useShowController.cjs"; /** * 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