import { TableType } from '../chart-options-processor/translations/types'; import { ChartType } from '../types'; export declare const DEFAULT_PIVOT_TABLE_SIZE: { width: number; height: number; }; export declare const getChartDefaultSize: (chartType: ChartType | TableType) => { width: number; height: number; }; type WidgetSizeOptions = { hasHeader?: boolean; }; export declare const getWidgetDefaultSize: (type: ChartType | TableType | 'pivot', { hasHeader }?: WidgetSizeOptions) => { width: number; height: number; }; export {}; //# sourceMappingURL=default-size.d.ts.map