import type TabContainer from "./TabContainer.js"; declare function contentArea(this: TabContainer): import("@ui5/webcomponents-base/jsx-runtime").JSX.Element; declare const defaultPartials: { contentArea: typeof contentArea; }; export default function TabContainerTemplate(this: TabContainer, injectedPartials?: Partial): import("@ui5/webcomponents-base/jsx-runtime").JSX.Element; export {};