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