import React from 'react'; declare type Props = { rootNodeId: string; }; declare const DrawableWidget: React.FC; export default DrawableWidget;