import type { BaseComponentProps } from '../base-component';
import type { IIndicator } from '@visactor/vtable';
export type PivotIndicatorProps = IIndicator & BaseComponentProps;
export declare const PivotIndicator: import("react").FC<PivotIndicatorProps>;
