import type { ViewConfig } from "../types.js";
/**
* Hook to return the {@link ViewConfig} for the current route.
*/
export declare function useViewConfig<M extends ViewConfig>(): M | undefined;
