import type { SLADashboardOptions, SlaIncident } from "../SLADashboard/SLADashboard.types.js"; export interface SLADashboardProps extends Omit, Record { } export interface SLADashboardIncidentDetail { incident: SlaIncident; } export declare function registerSLADashboardElement(): CustomElementConstructor | undefined; //# sourceMappingURL=sla-dashboard.d.ts.map