import { FC } from 'react'; import './FreeLayoutContainer.less'; interface FreeLayoutContainerProps { _component: any; className?: any; style?: any; canDrag?: boolean; } declare const FreeLayoutContainer: FC; export default FreeLayoutContainer;