type $$ComponentProps = {
    element: HTMLElement;
    text?: string;
};
declare const CopyCodeButton: import("svelte").Component<$$ComponentProps, {}, "">;
type CopyCodeButton = ReturnType<typeof CopyCodeButton>;
export default CopyCodeButton;
