import React from "react"; import { StyleProp } from "react-native"; type Props = { style?: StyleProp; disabled?: boolean; fastMessages?: Array; onSendPress?: (message: string) => void; placeHolder?: string; sendButtonText?: string; fastMessagesText?: string; }; export declare const MessageInput: React.FC; export {}; //# sourceMappingURL=MessageInput.d.ts.map