import type { Components, JSX } from "../types/components"; interface RuxIconPermContactCalendar extends Components.RuxIconPermContactCalendar, HTMLElement {} export const RuxIconPermContactCalendar: { prototype: RuxIconPermContactCalendar; new (): RuxIconPermContactCalendar; };