import React from 'react'; interface Props { onDrag?: (event: any, data: any, custom: any) => void; combineCom?: any; ref?: any; } declare const Layout: React.ForwardRefExoticComponent & React.RefAttributes>; export default Layout;