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