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