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