import * as React from "react"; export interface PanelBarProps extends React.HTMLProps { prefixCls?: string; className?: string; mode?: "dark" | "light"; icon?: React.ReactNode; onLeftClick?: React.MouseEventHandler; }