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