import type { ReactNode } from 'react'; export type MessageStatusIndicatorTextProps = { children: ReactNode; }; declare const MessageStatusIndicatorText: ({ children, }: MessageStatusIndicatorTextProps) => import("react/jsx-runtime").JSX.Element; export default MessageStatusIndicatorText; //# sourceMappingURL=MessageStatusIndicatorText.d.ts.map