import React from 'react'; import type { FooterProps } from './types'; declare const Footer: ({ onSendTextPress, containerStyle, containerViewProps, comments, story, onOpenView, commonStyle, }: FooterProps) => React.JSX.Element; export default Footer;