import { FC } from 'react'; declare const TextContent: FC<{ onClose: () => void; }>; export default TextContent;