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