import React from 'react'; export interface JoinWaitlistButtonProps extends React.ButtonHTMLAttributes { lowerPathColor?: string; upperPathColor?: string; buttonBackgroundColor?: string; buttonTextColor?: string; loading?: boolean; } export declare const JoinWaitlistButton: React.ForwardRefExoticComponent>; //# sourceMappingURL=join-waitlist-button-stub.d.ts.map