/// <reference types="react" />
declare const ChatTeardrop: (props: any, ref: any) => JSX.Element;
export default ChatTeardrop;
