import { ActivityResp } from './types';
export declare const Activity: ({ data }: {
    data: ActivityResp;
}) => import("@emotion/react/jsx-runtime").JSX.Element;
