interface CopyButtonProps { text: string; ariaLabel?: string; } export declare function CopyButton({ text, ariaLabel }: CopyButtonProps): import("react").JSX.Element; export {};