/** @ignore */ export declare type DashboardButtonState = typeof DashboardButtonState[keyof typeof DashboardButtonState]; /** * Available dashboard button states for {@link DashboardButton#state} */ export declare const DashboardButtonState: { readonly DEFAULT: "default"; readonly WARNING: "warning"; readonly CRITICAL: "critical"; }; //# sourceMappingURL=dashboard-button-state.d.ts.map