import React from 'react';
import '../index.css';
import type { DragResizableBoxProps } from './types';
declare const DragResizableBox: React.FC<React.PropsWithChildren<DragResizableBoxProps>>;
export default DragResizableBox;
