import React from 'react'; import type { ISwipeableBubble } from './types/Chatty.types'; declare function _SwipeableBubble(props: ISwipeableBubble): JSX.Element; export declare const SwipeableBubble: React.MemoExoticComponent; export {};