/// declare const PanContainer: ({ children, close, setIsDragging, }: { children: any; close: () => void; setIsDragging: any; }) => JSX.Element; export default PanContainer;