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