import * as React from 'react';
import { IPivotProps } from './index';
export declare const PivotBase: React.FunctionComponent<IPivotProps>;
