import { FC } from 'react'; import { NewsletterPropsType } from './types'; declare const NewsLetterForm: FC; export default NewsLetterForm;