import type { ForwardRefForwardPropsComponent, PropsWithDefaults } from '@pega/cosmos-react-core'; import type { SystemMessageProps } from './Chat.types'; type SystemMessagePropsWithDefaults = PropsWithDefaults; export declare const StyledSystemMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLLIElement>, Pick>> & string; declare const SystemMessage: ForwardRefForwardPropsComponent; export default SystemMessage; //# sourceMappingURL=SystemMessage.d.ts.map