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