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