export declare const UNIVER_SHEET_PIVOT_PANEL = "UNIVER_SHEET_PIVOT_PANEL"; export declare const UNIVER_SHEET_PIVOT_PANEL_ID = "UNIVER_SHEET_PIVOT_PANEL_ID"; export declare const UNIVER_SHEET_PIVOT_FILTER_PANEL = "UNIVER_SHEET_PIVOT_FILTER_PANEL"; export declare const UNIVER_SHEET_PIVOT_FILTER_PANEL_ID = "UNIVER_SHEET_PIVOT_FILTER_PANEL_ID"; export declare const UNIVER_SHEET_PIVOT_FIELD_SETTING = "UNIVER_SHEET_PIVOT_FIELD_SETTING"; export declare const UNIVER_SHEET_PIVOT_FIELD_SETTING_ID = "UNIVER_SHEET_PIVOT_FIELD_SETTING_ID"; export declare const UNIVER_SHEET_PIVOT_FIELD_NUMFMT = "UNIVER_SHEET_PIVOT_FIELD_NUMFMT"; export declare const UNIVER_SHEET_PIVOT_FIELD_NUMFMT_ID = "UNIVER_SHEET_PIVOT_FIELD_NUMFMT_ID"; export declare const DEFAULT_EMPTY_PIVOT_ROW_COUNT = 14; export declare const DEFAULT_EMPTY_PIVOT_COL_COUNT = 6; export declare const PIVOT_TABLE_ICON_KEY = "PIVOT_TABLE_ICON_KEY"; export declare const PIVOT_TABLE_BACK_KEY = "PIVOT_TABLE_BACK_KEY"; export declare enum PivotFilterStatus { HasFilter = "HasFilter", NotFilter = "NotFilter" } export declare const PANEL_WIDTH = 346;