/** * Copyright (c) 2021 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ import { CollapsableControls, CollapsableState } from '../../mol-plugin-ui/base.js'; export declare class ModelExportUI extends CollapsableControls<{}, {}> { protected defaultState(): CollapsableState; protected renderControls(): JSX.Element | null; }