import type { Components, JSX } from "../types/components";

interface SlIconButtonCopy extends Components.SlIconButtonCopy, HTMLElement {}
export const SlIconButtonCopy: {
    prototype: SlIconButtonCopy;
    new (): SlIconButtonCopy;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
