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