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