import { type FC } from 'react'; export declare const CopyButton: FC<{ text: string; className?: string; }>; //# sourceMappingURL=CopyButton.d.ts.map