type $$ComponentProps = {
    addButton?: () => void;
};
declare const AddCopyCodeButtons: import("svelte").Component<$$ComponentProps, {}, "addButton">;
type AddCopyCodeButtons = ReturnType<typeof AddCopyCodeButtons>;
export default AddCopyCodeButtons;
