/// <reference types="react" />
import { ReactNode } from 'react';
declare const topView: {
    set: (view: ReactNode) => void;
    remove: () => void;
};
export default topView;
