import React from 'react';
export interface TabProps {
    label: string;
}
export declare const Tab: React.FC<TabProps>;
