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