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