import { Section } from '../../hooks/useChat'; declare const Copy: ({ section, initialMessage, }: { section: Section; initialMessage: string; }) => import("react").JSX.Element; export default Copy;