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