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