import React from "react"; declare const SubscriptionError: ({ reason }: { reason: string; }) => React.JSX.Element; export default SubscriptionError;