import type { ForwardRefPrimitive } from '../types'; import type { BaseTabsPanelProps } from './types'; /** * [📖 Docs](https://ui.docs.amplify.aws/react/components/tabs) */ export declare const TabPanel: ForwardRefPrimitive;