export declare const dimensionMeasureSubInputs: any[]; export declare const timeDimensionSubInputs: any[]; export declare const timeDimensionWithGranularitySelectFieldSubInputs: any[]; export declare const subInputs: { boolean: { readonly name: "boolean"; readonly type: "boolean"; readonly label: "Boolean"; }; timeRange: { readonly name: "timeRange"; readonly type: "timeRange"; readonly label: "Time range"; }; number: { readonly name: "number"; readonly type: "number"; readonly label: "Number"; }; string: { readonly name: "string"; readonly type: "string"; readonly label: "String"; }; width: { readonly name: "width"; readonly type: "number"; readonly label: "Width"; readonly description: "You can input a number in pixels e.g. 400"; }; align: { readonly name: "align"; readonly type: import("@embeddable.com/core").EmbeddableType; readonly label: "Align"; }; prefix: { readonly name: "prefix"; readonly type: "string"; readonly label: "Prefix"; }; suffix: { readonly name: "suffix"; readonly type: "string"; readonly label: "Suffix"; }; displayName: { readonly name: "displayName"; readonly type: "string"; readonly label: "Display name"; }; maxCharacters: { readonly name: "maxCharacters"; readonly type: "number"; readonly label: "Maximum characters"; readonly description: undefined; readonly supportedTypes: readonly ["string"]; }; decimalPlaces: { readonly name: "decimalPlaces"; readonly type: "number"; readonly label: "Decimal places"; readonly supportedTypes: readonly ["number"]; }; currency: { readonly name: "currency"; readonly type: "string"; readonly label: "Currency"; readonly description: "e.g. EUR"; readonly supportedTypes: readonly ["number"]; }; abbreviateLargeNumber: { readonly name: "abbreviateLargeNumber"; readonly type: "boolean"; readonly label: "Abbreviate large number"; readonly supportedTypes: readonly ["number"]; }; dateBounds: { readonly name: "dateBounds"; readonly type: "timeRange"; readonly label: "Date bounds"; readonly description: "Set the date range for the axis"; readonly supportedTypes: readonly ["time"]; }; granularity: { readonly name: "granularity"; readonly type: "granularity"; readonly label: "Granularity"; readonly supportedTypes: readonly ["time"]; readonly defaultValue: "day"; }; granularities: { readonly name: "granularities"; readonly type: "granularity"; readonly label: "Granularities"; readonly supportedTypes: readonly ["time"]; readonly array: true; readonly defaultValue: readonly ["hour", "day", "week", "month", "quarter", "year"]; }; color: { readonly type: import("@embeddable.com/core").EmbeddableType; readonly name: "color"; readonly label: "Color"; }; displayFormat: { readonly type: import("@embeddable.com/core").EmbeddableType; readonly name: "displayFormat"; readonly label: "Display format"; }; tableCellStyle: { readonly type: import("@embeddable.com/core").EmbeddableType; readonly name: "tableCellStyle"; readonly label: "Table cell style"; }; showGranularityDropdown: { readonly type: "boolean"; readonly name: "showGranularityDropdown"; readonly label: "Show granularity dropdown"; readonly description: "Display a granularity selector inside the chart. The Granularity input above is used only as the default when this option is enabled."; readonly supportedTypes: readonly ["time"]; readonly defaultValue: false; }; showValueAsPercentage: { readonly name: "showValueAsPercentage"; readonly type: "boolean"; readonly label: "Show values as percentage"; readonly defaultValue: false; }; ignoreEmptyDate: { readonly type: "boolean"; readonly name: "ignoreEmptyDate"; readonly label: "Ignore empty dates"; readonly description: "When enabled, dates with no data will be omitted instead of shown as empty."; readonly supportedTypes: readonly ["time"]; readonly defaultValue: false; }; }; //# sourceMappingURL=component.subinputs.constants.d.ts.map