export declare function PivotItem({ id, index, type, }: { id: string; index: number; type: 'timeDimension' | 'dimension' | 'measure'; }): import("react/jsx-runtime").JSX.Element;