import * as React from 'react';
import { IPivotItemProps } from './PivotItem.Props';
export declare class PivotItem extends React.Component<IPivotItemProps, any> {
    render(): JSX.Element;
}
