import React from 'react'; interface ToolBarPanelProps { className?: string; style?: React.CSSProperties; open: boolean; children?: React.ReactNode | React.ReactNode[] | any; } export declare const ToolBarPanel: React.FC; export {}; //# sourceMappingURL=panel.d.ts.map