import * as React from 'react'; declare const ViewletPanel: ({ panel }: any) => React.JSX.Element; export default ViewletPanel;