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