import * as React from "react"; export class PageControlLeft extends React.Component { public render() { return {this.props.children}; } }