import { type DashboardSelector, type DashboardState } from "../types.js"; /** * @internal */ export declare const selectCanEnterEditMode: DashboardSelector; /** * @internal */ export declare const selectCanEnterEditModeAndIsLoaded: DashboardSelector; /** * @internal */ export declare const selectIsPrivateDashboard: DashboardSelector; /** * @internal */ export declare function selectCanSaveDashboard(state: DashboardState): boolean; /** * @internal */ export declare const selectIsCurrentDashboardVisibleInList: DashboardSelector; /** * @internal */ export declare const selectCrossFilteringEnabledAndSupported: DashboardSelector; export declare const selectHasSharePermissions: DashboardSelector; /** * * @internal */ export declare const selectIsShareGrantVisible: DashboardSelector; /** * * @internal */ export declare const selectIsDashboardShareLinkVisible: DashboardSelector; /** * @internal */ export declare const selectIsShareButtonVisible: DashboardSelector; /** * @internal */ export declare const selectIsSaveAsNewButtonVisible: DashboardSelector; /** * Selects whether the common export is available. * * @internal */ export declare const selectCommonExportAvailable: DashboardSelector; /** * Selects whether the slideshow export is available. * * @internal */ export declare const selectSlideShowExportAvailable: DashboardSelector; /** * Selects whether the slideshow export is visible. * * @internal */ export declare const selectSlideShowExportVisible: DashboardSelector; /** * Selects whether the PDF export is visible. * * @internal */ export declare const selectPdfExportVisible: DashboardSelector; /** * Selects whether the save as new button is visible. * * @internal */ export declare const selectSaveAsVisible: DashboardSelector; /** * Selects whether the settings button is visible. * * @internal */ export declare const selectSettingsVisible: DashboardSelector; /** * Selects whether the delete button is visible. * * @internal */ export declare const selectDeleteVisible: DashboardSelector; /** * Selects whether the filter views are visible. * * @internal */ export declare const selectFilterViewsVisible: DashboardSelector; //# sourceMappingURL=topBarSelectors.d.ts.map