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