import { FC } from 'react'; interface ChatSupport { logoType?: number; bgColor?: string; } declare const ChatSupport: FC; export default ChatSupport;