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