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