import type { UniverRenderingContext2D } from '@univerjs/engine-render'; export declare const PIVOT_BUTTON_EMPTY: Path2D; export declare class PivotButton { static drawNoSetting(ctx: UniverRenderingContext2D, size: number, fgColor: string, bgColor: string): void; static drawExpand(ctx: UniverRenderingContext2D, size: number, fgColor: string, bgColor: string, cellHeight: number): void; static drawCollapse(ctx: UniverRenderingContext2D, size: number, fgColor: string, bgColor: string, cellHeight: number): void; static drawIconByPath(ctx: UniverRenderingContext2D, pathData: string[], fgColor: string, bgColor: string): void; }