import { OutputModel } from '@jupyter-widgets/jupyterlab-manager/lib/output'; export declare class FloatviewModel extends OutputModel { rendered: boolean; defaults(): any; initialize(attributes: any, options: any): void; static serializers: any; static model_name: string; static model_module: string; static model_module_version: string; static view_name: string; static view_module: string; static view_module_version: string; static view_uid: string; }