import React from 'react'; import { ChatSheetProps } from '../../types/index.js'; declare const ChatSheet: React.FC; export { ChatSheet };