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