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