import * as i0 from '@angular/core'; import { PipeTransform } from '@angular/core'; import { Schedule } from '@xxmachina/common/domain/models'; import dayjs from 'dayjs'; declare class PercentagePipe implements PipeTransform { transform(date: dayjs.Dayjs, base: dayjs.Dayjs): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class FilterByDatePipe implements PipeTransform { transform(schedules: Schedule[], date?: dayjs.Dayjs): Schedule[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class ScheduleToolTipTextPipe implements PipeTransform { transform(schedule: Schedule): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class DailyCellMolecule { date: dayjs.Dayjs; schedules: Schedule[]; displayDate: boolean; noSchedulesText: string; toolTipText: string; marked: string; markingColor: string; getScheduleText(schedule: Schedule): string; getToolTipText(schedules: Schedule[]): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { DailyCellMolecule, FilterByDatePipe, PercentagePipe, ScheduleToolTipTextPipe }; //# sourceMappingURL=xxmachina-components-molecules-daily-cell.d.ts.map