export declare const HasDashboardContext: import("react").Context; export declare const HasDashboardContextProvider: import("react").Provider; /** * Returns true if the app has a dashboard defined at the level. * * @private * @example * import { useHasDashboard } from 'react-admin'; * * const MyMenu = () => { * const hasDashboard = useHasDashboard(); * return ( * * {hasDashboard && } * * * * ); * } */ export declare const useHasDashboard: () => boolean; //# sourceMappingURL=HasDashboardContext.d.ts.map