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