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