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

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