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