interface ScriptCopyBtnProps { text: string; className?: string; variant?: "default" | "outline" | "ghost"; size?: "sm" | "md" | "lg"; } export declare function ScriptCopyBtn({ text, className, variant, size, }: ScriptCopyBtnProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=script-copy-btn.d.ts.map