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