import React from 'react'; import { IFooterProps } from './types/Chatty.types'; declare function _Footer(props: IFooterProps): JSX.Element; export declare const Footer: React.MemoExoticComponent; export {};