/// <reference types="react" />
import { TabHeadsProps } from './types';
export declare const TabHeads: (props: TabHeadsProps) => JSX.Element;
