import { IPivotProps } from "../types";
/**
 * Pivot
 */
export declare const Pivot: (props: IPivotProps) => string;
