import type { NativeNodeKind } from "@copilotkit/channels-ui"; export interface TeamsCatalogEntry { readonly component: string; readonly type: string; readonly kind: NativeNodeKind; readonly version: string; readonly propertyVersions: Readonly>; readonly fixedProps: Readonly>; readonly childrenSlot?: string; readonly source: string; readonly preview?: true; } export declare const TEAMS_ELEMENT_MANIFEST: readonly [readonly ["ActionSet", "ActionSet", "1.2", "actions"], readonly ["Badge", "Badge", "1.0"], readonly ["Carousel", "Carousel", "1.5", "pages"], readonly ["CodeBlock", "CodeBlock", "1.5"], readonly ["ColumnSet", "ColumnSet", "1.2", "columns"], readonly ["CompoundButton", "CompoundButton", "1.5"], readonly ["Container", "Container", "1.2", "items"], readonly ["FactSet", "FactSet", "1.2", "facts"], readonly ["Icon", "Icon", "1.5"], readonly ["Image", "Image", "1.2"], readonly ["ImageSet", "ImageSet", "1.2", "images"], readonly ["Media", "Media", "1.2", "sources"], readonly ["ProgressBar", "ProgressBar", "1.5"], readonly ["ProgressRing", "ProgressRing", "1.5"], readonly ["Rating", "Rating", "1.5"], readonly ["RichTextBlock", "RichTextBlock", "1.2", "inlines"], readonly ["Table", "Table", "1.5", "rows"], readonly ["TextBlock", "TextBlock", "1.2"]]; export declare const TEAMS_INPUT_MANIFEST: readonly [readonly ["ChoiceSet", "Input.ChoiceSet", "1.2", "choices"], readonly ["Date", "Input.Date", "1.2"], readonly ["Number", "Input.Number", "1.2"], readonly ["Rating", "Input.Rating", "1.5"], readonly ["Text", "Input.Text", "1.2"], readonly ["Time", "Input.Time", "1.2"], readonly ["Toggle", "Input.Toggle", "1.2"]]; export declare const TEAMS_CHART_MANIFEST: readonly [readonly ["Donut", "Chart.Donut", "1.5"], readonly ["Pie", "Chart.Pie", "1.5"], readonly ["Line", "Chart.Line", "1.5"], readonly ["HorizontalBar", "Chart.HorizontalBar", "1.5"], readonly ["HorizontalBarStacked", "Chart.HorizontalBar.Stacked", "1.5"], readonly ["VerticalBar", "Chart.VerticalBar", "1.5"], readonly ["VerticalBarGrouped", "Chart.VerticalBar.Grouped", "1.5"], readonly ["Gauge", "Chart.Gauge", "1.5"]]; export declare const TEAMS_GRAPH_MANIFEST: readonly [readonly ["Persona", "Component", "1.5"], readonly ["PersonaSet", "Component", "1.5", "personas"], readonly ["File", "Component", "1.5"], readonly ["GraphResource", "Component", "1.5"], readonly ["CalendarEvent", "Component", "1.5"]]; /** The 38 body types marked as Teams-supported in the reviewed source. */ export declare const TEAMS_BODY_MANIFEST: readonly [readonly ["ActionSet", "ActionSet", "1.2", "actions"], readonly ["Badge", "Badge", "1.0"], readonly ["Carousel", "Carousel", "1.5", "pages"], readonly ["CodeBlock", "CodeBlock", "1.5"], readonly ["ColumnSet", "ColumnSet", "1.2", "columns"], readonly ["CompoundButton", "CompoundButton", "1.5"], readonly ["Container", "Container", "1.2", "items"], readonly ["FactSet", "FactSet", "1.2", "facts"], readonly ["Icon", "Icon", "1.5"], readonly ["Image", "Image", "1.2"], readonly ["ImageSet", "ImageSet", "1.2", "images"], readonly ["Media", "Media", "1.2", "sources"], readonly ["ProgressBar", "ProgressBar", "1.5"], readonly ["ProgressRing", "ProgressRing", "1.5"], readonly ["Rating", "Rating", "1.5"], readonly ["RichTextBlock", "RichTextBlock", "1.2", "inlines"], readonly ["Table", "Table", "1.5", "rows"], readonly ["TextBlock", "TextBlock", "1.2"], readonly ["ChoiceSet", "Input.ChoiceSet", "1.2", "choices"], readonly ["Date", "Input.Date", "1.2"], readonly ["Number", "Input.Number", "1.2"], readonly ["Rating", "Input.Rating", "1.5"], readonly ["Text", "Input.Text", "1.2"], readonly ["Time", "Input.Time", "1.2"], readonly ["Toggle", "Input.Toggle", "1.2"], readonly ["Donut", "Chart.Donut", "1.5"], readonly ["Pie", "Chart.Pie", "1.5"], readonly ["Line", "Chart.Line", "1.5"], readonly ["HorizontalBar", "Chart.HorizontalBar", "1.5"], readonly ["HorizontalBarStacked", "Chart.HorizontalBar.Stacked", "1.5"], readonly ["VerticalBar", "Chart.VerticalBar", "1.5"], readonly ["VerticalBarGrouped", "Chart.VerticalBar.Grouped", "1.5"], readonly ["Gauge", "Chart.Gauge", "1.5"], readonly ["Persona", "Component", "1.5"], readonly ["PersonaSet", "Component", "1.5", "personas"], readonly ["File", "Component", "1.5"], readonly ["GraphResource", "Component", "1.5"], readonly ["CalendarEvent", "Component", "1.5"]]; export declare const TEAMS_ACTION_MANIFEST: readonly [readonly ["Execute", "Action.Execute", "1.4"], readonly ["OpenUrl", "Action.OpenUrl", "1.2"], readonly ["Popover", "Action.Popover", "1.5", "items"], readonly ["ResetInputs", "Action.ResetInputs", "1.5"], readonly ["ShowCard", "Action.ShowCard", "1.2", "card"], readonly ["Submit", "Action.Submit", "1.2"], readonly ["ToggleVisibility", "Action.ToggleVisibility", "1.2", "targetElements"]]; export declare const TEAMS_LAYOUT_MANIFEST: readonly [readonly ["Column", "Column", "1.2", "items"], readonly ["TableRow", "TableRow", "1.5", "cells"], readonly ["TableCell", "TableCell", "1.5", "items"], readonly ["TextRun", "TextRun", "1.2"], readonly ["Fact", "Fact", "1.2"], readonly ["Choice", "Input.Choice", "1.2"], readonly ["MediaSource", "MediaSource", "1.2"], readonly ["CaptionSource", "CaptionSource", "1.5"], readonly ["TargetElement", "TargetElement", "1.2"], readonly ["CarouselPage", "CarouselPage", "1.5", "items"], readonly ["DataPoint", "DataPoint", "1.5"], readonly ["ChartData", "ChartData", "1.5", "data"], readonly ["FlowLayout", "Layout.Flow", "1.5"], readonly ["AreaGridLayout", "Layout.AreaGrid", "1.5"]]; export declare const TEAMS_PREVIEW_MANIFEST: readonly [readonly ["Accordion", "Accordion", "1.6", "items"], readonly ["LoopComponent", "LoopComponent", "1.6", "items"], readonly ["TabSet", "TabSet", "1.6", "tabs"], readonly ["RunCommands", "Action.RunCommands", "1.6", "commands"]]; export declare const TEAMS_NATIVE_MANIFEST: readonly TeamsCatalogEntry[]; //# sourceMappingURL=native-manifest.d.ts.map