import { FunctionComponent } from 'react';
declare const Panel: FunctionComponent<any>;
export default Panel;
