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