import { type SendBoxAttachment } from 'botframework-webchat-core';
type SendMessage = (text?: string, method?: string, init?: {
    attachments?: Iterable<SendBoxAttachment> | undefined;
    channelData?: any;
}) => void;
export default function useSendMessage(): SendMessage;
export {};
//# sourceMappingURL=useSendMessage.d.ts.map