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