export declare const CopyLinkButton: ({ url }: {
    url: string;
}) => import("react/jsx-runtime").JSX.Element;
