import React from 'react';
import { ConcurrentExperience } from '@atlaskit/ufo';
export declare const mentionRenderedUfoExperience: ConcurrentExperience;
export declare class UfoErrorBoundary extends React.Component<React.PropsWithChildren<{
    id: string;
}>> {
    componentDidCatch(): void;
    render(): React.ReactNode;
}
