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