import React, { ReactElement } from 'react'; import { InternalProps } from '../../types'; import { AsyncAPIDocument } from '@asyncapi/parser'; declare type AsyncapiApplicationProps = { document: AsyncAPIDocument; topExtended?: ReactElement; }; declare type ApplicationProps = AsyncapiApplicationProps & InternalProps; export declare const AsyncAPIApplication: React.FunctionComponent; export {}; //# sourceMappingURL=AsyncAPIApplication.d.ts.map