import React from 'react'; import type { IChatty, ListRef } from './types/Chatty.types'; export declare const PropsContext: React.Context; export declare const Chatty: React.ForwardRefExoticComponent>; export declare const styles: { loadingContainer: { height: string; justifyContent: "center"; alignContent: "center"; alignItems: "center"; }; };