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