declare const Layout: ({ Tools, onDrag, toolConfig }: { Tools: any; onDrag: any; toolConfig: any; }) => JSX.Element; export default Layout;