import React from 'react';
import { SchemaInterface } from '@asyncapi/parser';
interface Props {
    schemaName: string;
    schema: SchemaInterface;
}
export declare const Schema: React.FunctionComponent<Props>;
export {};
//# sourceMappingURL=Schema.d.ts.map