import './react-mailchimp-email-signup-form.scss';
export interface ReactMailchimpEmailSignupFormProps {
    elementId: string;
    url: string;
    title: string;
    subtitle?: string;
}
export declare const ReactMailchimpEmailSignupForm: ({ elementId, url, title, subtitle, }: ReactMailchimpEmailSignupFormProps) => JSX.Element;
