import React from 'react'; import type { FooterProps } from './types'; declare const Footer: ({ onIconPress, onSendTextPress, sendTextStyle, sendIconStyle, inputStyle, containerStyle, sendText, shouldShowSendImage, shouldShowTextInputSend, sendIconProps, sendTextProps, containerViewProps, customInput, ...rest }: FooterProps) => React.JSX.Element; export default Footer;