import { PropsWithChildren } from 'react'; import { FlexProps } from '../../Flex'; export interface TabsHeaderProps extends PropsWithChildren> { }