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