type $$ComponentProps = { /** Whether the copy just succeeded — swaps the icon to a check. */ copied: boolean; onclick: () => void; class?: string; }; declare const CopyButton: import("svelte").Component<$$ComponentProps, {}, "">; type CopyButton = ReturnType; export default CopyButton;