interface ManageBillingButtonProps { className?: string; } /** * ManageBillingButton - Redirect to Billing Management Portal * * Button that opens the payment provider's hosted billing portal for subscription management. * Only visible for subscriptions with an external customer ID. * * Features: * - Update payment method * - View invoices * - Cancel subscription * - View billing history * * @example * ```tsx * * ``` */ export declare function ManageBillingButton({ className }: ManageBillingButtonProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ManageBillingButton.d.ts.map