import React, { FC } from 'react'; import { NotificationProps } from './Notification'; export declare const WithExampleStreamApp: FC; export declare const notificationGroup1: NotificationProps['activityGroup']; export declare const notificationGroup2: NotificationProps['activityGroup']; export declare const resolveAfter: (duration: number) => Promise; declare type StatefulComponentProps = { children: (renderProps: { setState: React.Dispatch>; state: T; }) => JSX.Element; initialValue: T; }; export declare const StatefulComponent: ({ children, initialValue }: StatefulComponentProps) => JSX.Element; export {}; //# sourceMappingURL=docz.d.ts.map