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