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