import { IconProps } from '../lib';
declare function Activity(props: IconProps): JSX.Element;
export default Activity;
