/// import React from 'react'; export interface BasicProps { style?: React.CSSProperties; prefixCls?: string; className?: string; } declare const Layout: any; export default Layout;