import { PluginContext } from 'molstar/lib/mol-plugin/context';
export declare namespace CustomEvents {
    function add(plugin: PluginContext, targetElement: HTMLElement): void;
}
