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