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