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

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