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