import React from 'react'; import type { HeaderTabProps } from '../../interface'; declare const HeaderTabs: React.FC; export default HeaderTabs;