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