import * as React from 'react'; import { ILayoutProps } from './ILayoutProps'; export declare function Generator(props: ILayoutProps): (BasicComponent: React.ComponentClass) => any;