import { SurveyModel } from "survey-core";
import { SurveyElementBase } from "./reactquestion_element";
export declare class SurveyNavigationBase extends SurveyElementBase<any, any> {
    constructor(props: any);
    protected get survey(): SurveyModel;
    protected get css(): any;
    private updateStateFunction;
    componentDidMount(): void;
    componentWillUnmount(): void;
}
