import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { IAtShift } from '../../interfaces/time-management/IAtShift'; import { BaseComponent } from '../base-component/base/base.component'; import { BehaviorSubject } from 'rxjs'; import { WorkShiftDndService } from '../../services/work-shift-dnd.service'; import { DndService } from '../../services/dnd.service'; import { DialogService } from '../../services/dialog.service'; import * as i0 from "@angular/core"; export declare class CoreShiftStickerComponent extends BaseComponent implements OnChanges, OnInit, AfterViewInit { $container: import("@angular/core").Signal | undefined>; $shiftDetails: import("@angular/core").Signal | undefined>; $check: import("@angular/core").Signal | undefined>; $deleteToggler: import("@angular/core").Signal | undefined>; $plus: import("@angular/core").Signal | undefined>; shift$: BehaviorSubject; parentShifts$: BehaviorSubject; $readOnly: import("@angular/core").InputSignal; $hideSymbolLine: import("@angular/core").InputSignal; $shiftCellId: import("@angular/core").InputSignal; cdr: ChangeDetectorRef; dndService: DndService; workShiftDndService: WorkShiftDndService; dialogService: DialogService; checked: boolean; $height: import("@angular/core").InputSignal; $width: import("@angular/core").InputSignal; duration: number | undefined; breakDuration: number | undefined; height: string; borderRadius: string; fontSize: string; lineHeight: number; firstLinefontWeight: number; cursor: string; padding: string; color: string; backgroundColor: string; ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; ngAfterViewInit(): void; onDeleteToggle(ev: any): void; onAddLocal(ev: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }