import type { Components, JSX } from "../types/components";

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