/**
 * Contains the logic for the sidebar.
 * @param graph the graph that belongs to these controls
 
 */
export declare class Sidebar {
    graph: any;
    constructor(graph: any);
}
