import * as React from 'react'; import { PanelProps } from './types'; export declare const Panel: React.FC;