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