export declare const Components: { DataSource: { TestData: { QueryTab: { scenarioSelect: string; max: string; min: string; noise: string; seriesCount: string; spread: string; startValue: string; }; }; }; Panels: { Panel: { title: (title: string) => string; headerItems: (item: string) => string; containerByTitle: (title: string) => string; }; Visualization: { Graph: { VisualizationTab: { legendSection: string; }; Legend: { legendItemAlias: (name: string) => string; showLegendSwitch: string; }; xAxis: { labels: () => string; }; }; }; }; Drawer: { General: { title: (title: string) => string; expand: string; contract: string; close: string; rcContentWrapper: () => string; }; }; PanelEditor: { General: { content: string; }; OptionsPane: { content: string; close: string; open: string; select: string; tab: (title: string) => string; }; DataPane: { content: string; }; }; PanelInspector: { Data: { content: string; }; Stats: { content: string; }; Json: { content: string; }; Query: { content: string; refreshButton: string; jsonObjectKeys: () => string; }; }; Tab: { title: (title: string) => string; active: () => string; }; QueryTab: { content: string; queryInspectorButton: string; addQuery: string; }; QueryEditorRows: { rows: string; }; QueryEditorRow: { actionButton: (title: string) => string; title: (refId: string) => string; }; AlertTab: { content: string; }; TransformTab: { content: string; newTransform: (title: string) => string; }; Transforms: { Reduce: { calculationsLabel: string; }; }; QueryEditorToolbarItem: { button: (title: string) => string; }; BackButton: { backArrow: string; }; OptionsGroup: { toggle: (title: string) => string; }; PluginVisualization: { item: (title: string) => string; current: () => string; }; Select: { option: string; input: () => string; singleValue: () => string; }; FieldConfigEditor: { content: string; }; OverridesConfigEditor: { content: string; }; FolderPicker: { container: string; }; DataSourcePicker: { container: string; }; TimeZonePicker: { container: string; }; QueryField: { container: string; }; };