import { FlexProps } from '@chakra-ui/react'; import { FC } from 'react'; export interface ActivityListSubtitlePendingProps extends FlexProps { count: number; } export declare const ActivityListSubtitlePending: FC;