export declare const DEFAULT_PROPERTY_VALUES: { allowAdditionalGroupByPerMetric: boolean; allowChangeDateRange: boolean; scoreIcon: string; applyDateRange: boolean; autoAggregatePeriods: boolean; bareBorder: boolean; cacheExpirationTime: number; chartVariation: string; dataLabelPosition: string; dataLabelsType: string; dateFormat: string; disableTooltip: boolean; emptyStateAlignment: string; emptyStateContent: string; emptyStateHeading: string; emptyStateHeadingLevel: number; emptyStateIllustration: string; enableAddZerosAtApi: boolean; enableClickAndStay: boolean; enableCustomEmptyState: boolean; enableDrilldown: boolean; enableRealTimeUpdate: boolean; extensionType: string; filterConfigurations: string; followFilters: boolean; freezeFirstColumn: boolean; freezeFooter: boolean; freezeHeader: boolean; gaugeArcAngle: string; headerTitleAlignment: string; headingLevel: number; headingPosition: string; hideDevSettings: boolean; hideMatrixAggregate: boolean; hideYAxis0: boolean; hideYAxis1: boolean; hideYAxis2: boolean; hideYAxis3: boolean; hideYAxis4: boolean; iconStyle: string; legendExpandToFit: boolean; legendHorizontalAlignment: string; legendPosition: string; lineClamp: number; lineStrokeWidth: string; mapSysId: string; minValue: number; newReporting: boolean; numberOfPeriods: number; period: string; registerOrientation: string; registerPosition: string; scoreAlignment: string; scoreLabel: string; scoreSize: string; scoreType: string; showAbsolutePeriod: boolean; showAdditionalGroupBySelector: boolean; showAlternateColumnColors: boolean; showAlternateRowColors: boolean; showBorder: boolean; showCacheTime: boolean; showChange: boolean; showChangeFrom: string; showChangePercentage: boolean; showClosestSeriesOnHover: boolean; showColumnAggregate: boolean; showColumnDividers: boolean; showComment: boolean; showConfidenceBand: boolean; showContinuousLine: boolean; showDataLabels: boolean; showDataPassthrough: boolean; showDataTable: boolean; showDateRangeByDefault: boolean; showExportOptions: boolean; showFilterAsSeparateSeries: boolean; showFilterIcon: boolean; showFirstGroupAggregate: boolean; showForecast: boolean; showForecastRange: boolean; showGapPercentage: boolean; showHeader: boolean; showHeaderSeparator: boolean; showLabelFirst: boolean; showLegend: boolean; showLegendValue: boolean; showLoadingIndicator: boolean; showMarkers: boolean; showMaximumRange: boolean; showMetricLabel: boolean; showOverlappingLabels: boolean; showPercentageOfTotalInTooltip: boolean; showPivotExpanded: boolean; showRangeLabels: boolean; showRangeLimit: boolean; showRefresh: boolean; showRegister: boolean; showRegisterOnSameLine: boolean; showRegisterPercentage: boolean; showRegisterValue: boolean; showRowAggregate: boolean; showRowDividers: boolean; showScoreDate: boolean; showScoreUpdateTime: boolean; showSecondGroupAggregate: boolean; showSparkline: boolean; showStackedValues: string; showSubAggregate: boolean; showTarget: boolean; showThreshold: boolean; showTotalAggregate: boolean; showTrend: boolean; showXGrid: boolean; showYGrid: boolean; showZero: boolean; sortByOrder: string; sparklineStyle: string; truncateColumnHeader: boolean; truncateFirstColumn: boolean; truncationType: string; useCurrentDateForEnd: boolean; useDataCache: boolean; useRelativeScoreTime: boolean; valueLabelSize: string; wrapColumnHeader: boolean; wrapElements: boolean; wrapTitle: boolean; xAxisHidden: boolean; xAxisMaxLabelSize: number; xAxisTruncationType: string; xAxisWrapLabels: boolean; yAxis0Position: string; yAxis1Position: string; yAxis2Position: string; yAxis3Position: string; yAxis4Position: string; yAxisHidden: boolean; yAxisPosition: string; yAxisShowGrid: boolean; yAxisStyle: string; colorConfig: { type: string; }; userInfo: string; }; export declare const RESTRICTED_PROPERTIES: string[]; /** * Removes properties from an object that match their default values */ export declare function removeRestrictedValues(props: object): unknown;