import { type ButtonProps } from "@arc-ui/components/Button"; export type CopyLeadButton = Pick< ButtonProps, "label" | "onClick" | "href" | "target" | "ariaLabel" >;