import { OnInit } from '@angular/core'; import { UntypedFormControl } from '@angular/forms'; import { Observable } from 'rxjs'; import { GetAssetQuery, RelationCustomFieldConfig } from '../../../../common/generated-types'; import { DataService } from '../../../../data/providers/data.service'; import { ModalService } from '../../../../providers/modal/modal.service'; import * as i0 from "@angular/core"; export declare const RELATION_ASSET_INPUT_QUERY: import("apollo-angular").TypedDocumentNode; export declare class RelationAssetInputComponent implements OnInit { private modalService; private dataService; readonly: boolean; formControl: UntypedFormControl; config: RelationCustomFieldConfig; asset$: Observable; constructor(modalService: ModalService, dataService: DataService); ngOnInit(): void; selectAsset(): void; remove(): void; previewAsset(asset: NonNullable): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }