import * as React from "react"; import { ArrayControlProps } from "@jsonforms/core"; export default function TabLayout({ elements, path, schema, uischema, renderers, enabled, cells, }: ArrayControlProps & any): import("react/jsx-runtime").JSX.Element; export declare const CustomTabLayout: React.MemoExoticComponent;