import { AriaTabPanelProps } from 'react-aria'; import { StyleProps } from '../../utils'; import { TabListState } from 'react-stately'; interface TabPanelProps extends AriaTabPanelProps, StyleProps { state: TabListState; } declare const TabPanel: ({ state, ...props }: TabPanelProps) => import("react/jsx-runtime").JSX.Element; export { TabPanel }; //# sourceMappingURL=TabPanel.d.ts.map