import type { ForwardRefForwardPropsComponent } from '@pega/cosmos-react-core'; import type { TypeIndicatorProps } from './Chat.types'; declare const TypeIndicator: ForwardRefForwardPropsComponent; export default TypeIndicator; //# sourceMappingURL=TypeIndicator.d.ts.map