import { HTMLAttributes, default as React } from 'react'; export interface IncentiveProps extends HTMLAttributes { /** * ID to find this component in testing tools (e.g.: cypress, * testing-library, and jest). */ testId?: string; } declare const Incentive: React.ForwardRefExoticComponent>; export default Incentive; //# sourceMappingURL=Incentive.d.ts.map