import * as React from 'react'; export interface ILayoutProps { style?: React.CSSProperties; prefixCls?: string; className?: string; }