import React from "react";
interface VerifyWithWhatsAppButtonProps {
    children?: React.ReactNode;
    className?: string;
    variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link";
    size?: "default" | "sm" | "lg" | "icon";
    disabled?: boolean;
}
export declare const VerifyWithWhatsAppButton: React.FC<VerifyWithWhatsAppButtonProps>;
export {};
//# sourceMappingURL=VerifyWithWhatsAppButton.d.ts.map