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