import * as valibot from 'valibot'; import { InferInput } from 'valibot'; import { WebChatActivity } from 'botframework-webchat/internal.js'; import React, { ReactNode } from 'react'; declare const testIds: { preChatMessageActivityStarterPromptsCardAction: string; sendBoxContainer: string; sendBoxDropZone: string; sendBoxMicrophoneButton: string; sendBoxSendButton: string; sendBoxSuggestedAction: string; sendBoxTextBox: string; sendBoxTelephoneKeypadButton1: string; sendBoxTelephoneKeypadButton2: string; sendBoxTelephoneKeypadButton3: string; sendBoxTelephoneKeypadButton4: string; sendBoxTelephoneKeypadButton5: string; sendBoxTelephoneKeypadButton6: string; sendBoxTelephoneKeypadButton7: string; sendBoxTelephoneKeypadButton8: string; sendBoxTelephoneKeypadButton9: string; sendBoxTelephoneKeypadButton0: string; sendBoxTelephoneKeypadButtonStar: string; sendBoxTelephoneKeypadButtonPound: string; sendBoxTelephoneKeypadToolbarButton: string; sendBoxUploadButton: string; }; declare const copilotMessageHeaderPropsSchema: valibot.SchemaWithPipe, undefined>, undefined>; readonly className: valibot.OptionalSchema, undefined>; }, undefined>, valibot.ReadonlyAction<{ activity?: Readonly | undefined; className?: string | undefined; }>]>; type CopilotMessageHeaderProps = InferInput; declare function CopilotMessageHeader(props: CopilotMessageHeaderProps): React.JSX.Element; declare const _default$3: React.MemoExoticComponent; type PartGroupingDecoratorProps = { readonly activities: readonly WebChatActivity[]; readonly children?: ReactNode | undefined; }; declare function PartGroupingDecorator(props: PartGroupingDecoratorProps): React.JSX.Element; declare const _default$2: React.MemoExoticComponent; declare const fluentThemeProviderPropsSchema: valibot.SchemaWithPipe, undefined>; readonly nonce: valibot.OptionalSchema, undefined>; readonly stylesRoot: valibot.OptionalSchema, undefined>; readonly variant: valibot.OptionalSchema, undefined>; }, undefined>, valibot.ReadonlyAction<{ children?: React.ReactNode; nonce?: string | undefined; stylesRoot?: Node | undefined; variant?: "" | "copilot" | "fluent" | `${string} ${string}` | undefined; }>]>; type FluentThemeProviderProps = InferInput; declare function FluentThemeProvider(props: FluentThemeProviderProps): React.JSX.Element; declare const _default$1: React.MemoExoticComponent; type Props = Readonly<{ className?: string | undefined; completion?: ReactNode | undefined; isPrimary?: boolean | undefined; placeholder?: string | undefined; }>; declare function SendBox(props: Props): React.JSX.Element; declare const _default: React.MemoExoticComponent; declare const buildInfoObject: { readonly buildTool?: string | undefined; readonly moduleFormat?: string | undefined; readonly version?: string | undefined; }; declare const version: string | undefined; export { _default$3 as CopilotMessageHeader, _default as FluentSendBox, _default$1 as FluentThemeProvider, _default$2 as PartGroupDecorator, buildInfoObject as buildInfo, testIds, version };