import React from 'react'; declare function CustomPanelsFactory(): { (props: any): React.JSX.Element; defaultProps: { panels: any[]; getProps: (sidePanelProps: any) => {}; }; }; export default CustomPanelsFactory;