import React from 'react';
export declare const InfoBubble: React.FC<{
    readonly title: string;
    readonly children: React.ReactNode;
}>;
