import { SurveyModel } from "survey-core";
import { SurveyElementBase } from "survey-react-ui";
export declare class SurveyNavigation extends SurveyElementBase<any, any> {
    componentDidMount(): void;
    componentDidUpdate(prevProps: any, prevState: any): void;
    private setHandler;
    private onPropChangedHandler;
    componentWillUnmount(): void;
    protected get survey(): SurveyModel;
    protected get location(): string;
    protected get isTop(): boolean;
    protected canRender(): boolean;
    renderElement(): React.JSX.Element;
}
