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

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