/// <reference types="react" />
import { SendBoxStylesProps } from "../../../../react-components/src";
/**
 * @private
 */
export type SendBoxPickerProps = {
    styles?: SendBoxStylesProps;
    autoFocus?: 'sendBoxTextField';
    onSendMessage: (content: string) => Promise<void>;
};
/**
 * @private
 */
export declare const SendBoxPicker: (props: SendBoxPickerProps) => JSX.Element;
//# sourceMappingURL=SendBoxPicker.d.ts.map