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