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