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