import React from 'react'; declare type Props = { text: string; orientation?: 'bottom' | 'top'; className?: string; }; export declare const SpeechBubble: React.FC; export {};