import type { AiffWebViewPlugin } from './definitions';
declare const AiffWebView: AiffWebViewPlugin;
export * from './definitions';
export { AiffWebView };
export { AiffIntegration } from './aiff-integration';
