import { default as React, HTMLAttributes, DetailedHTMLProps } from 'react';
export interface NewsletterAddendumProps extends DetailedHTMLProps, HTMLSpanElement> {
/**
* Specifies the addendum for the subscription.
*/
addendum?: string;
/**
* ID to find this component in testing tools (e.g.: Cypress, Testing Library, and Jest).
*/
testId?: string;
}
declare const NewsletterAddendum: React.ForwardRefExoticComponent & React.RefAttributes>;
export default NewsletterAddendum;
//# sourceMappingURL=NewsletterAddendum.d.ts.map