import { type RenderMode } from "../../../types.js"; import { type DashboardSelector } from "../types.js"; /** * @internal */ export declare const selectRenderMode: DashboardSelector; /** * @internal */ export declare const selectIsInViewMode: DashboardSelector; /** * Returns whether the current Dashboard is on edit mode. * * @public */ export declare const selectIsInEditMode: DashboardSelector; /** * Returns whether the current Dashboard is on export mode. * * @internal */ export declare const selectIsInExportMode: DashboardSelector; //# sourceMappingURL=renderModeSelectors.d.ts.map