import type React from 'react'; export interface ContactButtonProps { readonly dataset?: DOMStringMap; tntInstId: string; scene: string; size?: string | number; color?: string; icon?: string; alipayCardNo?: string; } export declare const ContactButton: React.ComponentType;