import React from 'react'; interface ISchemaViewProps { id: string; style?: React.CSSProperties; } declare const SchemaView: React.FunctionComponent; export default SchemaView;