/// export type TabProps = { children?: React.ReactNode; }; declare const Tab: ({ children }: TabProps) => JSX.Element; export default Tab;