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