import * as json_schema from 'json-schema';
import * as c8y_schema_loader_interfaceName__ from 'c8y-schema-loader?interfaceName=*';
import * as _c8y_ngx_components_widgets_implementations_three_d_rotation from '@c8y/ngx-components/widgets/implementations/three-d-rotation';
import * as _angular_core from '@angular/core';
import { DynamicManagedObjectResolver, DynamicComponentErrorStrategy } from '@c8y/ngx-components';
import { exportConfigWithDevice, importConfigWithDevice } from '@c8y/ngx-components/widgets/import-export-config';

declare const threeDRotationWidgetDefinition: {
    id: "rotation3d";
    label: "Rotation widget";
    description: "Displays current device orientation";
    loadComponent: () => Promise<_angular_core.Type<any> | typeof _c8y_ngx_components_widgets_implementations_three_d_rotation.ThreeDRotationWidgetViewComponent>;
    loadConfigComponent: () => Promise<_angular_core.Type<any> | typeof _c8y_ngx_components_widgets_implementations_three_d_rotation.ThreeDRotationWidgetConfigComponent>;
    previewImage: string;
    resolve: {
        device: typeof DynamicManagedObjectResolver;
    };
    errorStrategy: DynamicComponentErrorStrategy.OVERLAY_ERROR;
    data: {
        schema: () => Promise<{
            default: typeof c8y_schema_loader_interfaceName__;
            schema: json_schema.JSONSchema7;
        }>;
        export: typeof exportConfigWithDevice;
        import: typeof importConfigWithDevice;
        settings: {
            noNewWidgets: false;
            widgetDefaults: {
                _width: number;
                _height: number;
            };
            ng1: {
                options: {
                    noDeviceTarget: false;
                    groupsSelectable: false;
                };
            };
        };
    };
};
declare const threeDRotationWidgetProviders: (_angular_core.ValueProvider | _angular_core.ClassProvider | _angular_core.ExistingProvider)[];

export { threeDRotationWidgetDefinition, threeDRotationWidgetProviders };
//# sourceMappingURL=index.d.ts.map
