import { FC } from 'react'; interface IProps { open: boolean; dragging: boolean; } declare const ChatButton: FC; export default ChatButton;