export interface LeadButtonViewProps { states: { text: { buttonText: string; buttonUrl: string; }; }; } export declare function LeadButtonView(props: LeadButtonViewProps): any;