import { OnInit } from '@angular/core'; import { BytepicNoticeModel } from '../../models/bytepic-notice-model'; import * as i0 from "@angular/core"; export declare class BytepicMiniNoticeComponent implements OnInit { baseUrl: string; notice: BytepicNoticeModel; period: string; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }