import { OnInit, OnChanges, SimpleChanges } from "@angular/core";
export declare class KreSurveyLastPage implements OnInit, OnChanges {
    lastpage: any;
    constructor();
    ngOnInit(): void;
    ngOnChanges(changes: SimpleChanges): void;
}
