/// <reference types="react" />
declare const Activity: (props: any, ref: any) => JSX.Element;
export default Activity;
