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