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