import React from 'react'; import { PaneProps, PaneState } from './iLayout'; declare class Pane extends React.Component { constructor(props: PaneProps); render(): JSX.Element; } export default Pane;