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

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