import * as React from 'react'; export interface LayoutProps { style?: 'object'; layout?: 'number'; } declare const Layout: React.FC; export default Layout;