import React from "react"; import "./marketing.css"; export interface InstallCommandProps extends React.HTMLAttributes { command?: string; packageManager?: "npm" | "pnpm" | "yarn" | "bun"; copyable?: boolean; copiedLabel?: string; } export declare const InstallCommand: React.ForwardRefExoticComponent>; //# sourceMappingURL=InstallCommand.d.ts.map