///
import * as React from 'react';
export interface IPivotOnChangeExampleState {
shouldShowFirstPivotItem: boolean;
}
export declare class PivotRemoveExample extends React.Component {
private _shouldShowFirstPivotItem;
constructor(props: any);
render(): JSX.Element;
private _handleClick();
}