import { ReactNode } from 'react'; export declare const MessageWithIcon: ({ children }: { children?: ReactNode; }) => JSX.Element; //# sourceMappingURL=MessageWithIcon.d.ts.map