import { type ReactNode } from 'react'; declare const RGDroppable: (props: { id: string; type: string; initialSize: { w: number; h: number; }; metadata: object; node: ReactNode; }) => JSX.Element; export { RGDroppable }; //# sourceMappingURL=RGDroppable.d.ts.map