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

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