export interface StripeWebhookUrlFieldProps { webhookUrl: string; showInstructions?: boolean; } export declare function StripeWebhookUrlField({ webhookUrl, showInstructions, }: Readonly): import("react/jsx-runtime").JSX.Element; /** URL text + copy button only, for embedding as a readonly row's value. */ export declare function StripeWebhookUrlValue({ webhookUrl, }: Readonly<{ webhookUrl: string; }>): import("react/jsx-runtime").JSX.Element; export default StripeWebhookUrlField;