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