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