import * as React from 'react';
import { OptionalComponentPropAndHTMLAttributes } from '../../types';
export declare type TabProps = {
    /**
     * Apply active `Tab` styles.
     */
    active?: boolean;
} & OptionalComponentPropAndHTMLAttributes;
declare const _default: React.MemoExoticComponent<(props: TabProps) => JSX.Element>;
export default _default;
