import type { TabProps } from './types'; export declare function Tab(props: TabProps): any;