/// <reference types="react" />
import { BaseComponent } from '../../Utilities';
import { IPivotItemProps } from './PivotItem.types';
export declare class PivotItem extends BaseComponent<IPivotItemProps, {}> {
    render(): JSX.Element;
}
