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