export declare const defaultWidgetIds: {
    readonly APPLICATIONS: "Applications";
    readonly ASSET_NOTES: "Asset Notes";
    readonly LEGACY_COCKPIT_WELCOME: "Cockpit Welcome";
    readonly COCKPIT_WELCOME: "cockpit.welcome.widget";
    readonly DATA_POINTS_TABLE: "Data points table";
    readonly DEVICE_MANAGEMENT_WELCOME: "devicemanagement.welcome.widget";
    readonly IMAGE: "Image";
    readonly KPI: "kpi.widget";
    readonly MARKDOWN: "markdown";
    readonly HELP_AND_SERVICE: "HelpAndService";
    readonly THREE_D_ROTATION: "rotation3d";
    readonly MAP: "Map";
    readonly DEVICE_CONTROL_MESSAGE_WIDGET: "deviceControlMessageWidget";
    readonly INFO_GAUGE: "infoGauge";
    readonly ALARM_LIST: "Alarm list";
    readonly ALL_CRITICAL_ALARMS: "Asset Alarms";
    readonly RECENT_ALARMS: "Recent Alarms";
    readonly LINEAR_GAUGE: "KPI Linear Gauge";
    readonly SILO: "KPI Silo";
    readonly DATAPOINTS_GRAPH: "Data points graph 2";
};
export type DefaultWidgetIdKeys = keyof typeof defaultWidgetIds;
export type DefaultWidgetIdValues = (typeof defaultWidgetIds)[DefaultWidgetIdKeys];
//# sourceMappingURL=index.d.ts.map