import { Selection, EnterElement } from "d3"; export declare class D3SeatingChart { private element; private margin; private focusedSelection; private focusGroup; private constructor(); private init(); stripStyles(selector: string): void; getBoard(): Selection; getSeatingAreas(): Selection; getSeatingAreaExposes(): Selection; getSeats(): Selection; goToBoard(): void; zoom(selection: any, animate?: boolean): void; refresh(): void; private bindEvents(); static attach(element: HTMLElement): D3SeatingChart; }