import * as React from 'react'; export type SchemaProps = {}; export type Schema = React.ComponentClass;