import { JSX } from 'react/jsx-runtime'; import { AriaTabListProps } from "react-aria"; import { Justification } from "../Stack/Stack"; export interface TabsProps extends Omit, "onSelectionChange"> { justify?: Justification; className?: string; panelClassName?: string; onSelect?: (itemKey: string) => void; } export declare function Tabs(props: TabsProps): JSX.Element; //# sourceMappingURL=Tabs.d.ts.map