import * as React from "react"; export declare function ClipboardIcon({ className, ...props }: React.SVGProps & React.HTMLAttributes): import("react/jsx-runtime").JSX.Element; export declare namespace ClipboardIcon { var displayName: string; }