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

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