export declare interface PaneOptions {
  id?: string;
  height?: number;
  dragEnabled?: boolean;
}
