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