import React from "react"; /** * This component is based on the `button` element and supports all of its props */ declare const Copy: React.ForwardRefExoticComponent & { content: string; variant?: "mini" | "default" | null; asChild?: boolean; } & React.RefAttributes>; export { Copy }; //# sourceMappingURL=copy.d.ts.map