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