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