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