import * as React from 'react'; interface IPropsActivity { stroke?: string; height?: number; width?: number; } export declare function Activity(props: React.HTMLAttributes & IPropsActivity): React.JSX.Element; export {}; //# sourceMappingURL=Activity.d.ts.map