import { GriddlerPopupBase } from '../base/griddler-popup';
import { GridEditHistory } from '../../../models/meta';
export declare class HistoryPopup extends GriddlerPopupBase {
    historyItems: GridEditHistory[];
    historyIndex: number;
    constructor();
    protected renderZone(): void;
    protected validate(): boolean;
}
