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