import { WidgetConfigComponent } from '../widget-config.component';
import * as i0 from "@angular/core";
export declare class WidgetConfigAppearanceComponent {
    widgetConfig: WidgetConfigComponent;
    possibleStyling: {
        WIDGET_HEADER_CLASSES: [{
            readonly label: "Regular`style`";
            readonly class: "panel-title-regular";
            readonly description: "The widget has no border between header and content.";
        }, {
            readonly label: "Border`style`";
            readonly class: "panel-title-border";
            readonly description: "The widget has a small separation border between header and content.";
        }, {
            readonly label: "Overlay`style`";
            readonly class: "panel-title-overlay";
            readonly description: "The widget content overlays the header.";
        }, {
            readonly label: "Hidden`style`";
            readonly class: "panel-title-hidden";
            readonly description: "The widget header is not shown.";
        }];
        WIDGET_CONTENT_CLASSES: [{
            readonly label: "Branded`style`";
            readonly class: "panel-content-branded";
            readonly description: "The widget is styled with the main brand color.";
        }, {
            readonly label: "Match dashboard`style`";
            readonly class: "panel-content-light";
            readonly description: "The widget appearance matches the dashboard appearance.";
        }, {
            readonly label: "Light`style`";
            readonly class: "panel-content-white";
            readonly description: "The widget has light appearance, that is, dark text on light background.";
        }, {
            readonly label: "Dark`style`";
            readonly class: "panel-content-dark";
            readonly description: "The widget has dark appearance, that is, light text on dark background.";
        }, {
            readonly label: "Transparent`style`";
            readonly class: "panel-content-transparent";
            readonly description: "The widget has no background.";
        }];
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<WidgetConfigAppearanceComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<WidgetConfigAppearanceComponent, "c8y-widget-config-appearance", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=widget-config-appearance.component.d.ts.map