import React from 'react'; type Props = {}; declare const ChatPreviewSkele: (props: Props) => React.JSX.Element; export default ChatPreviewSkele;