/// import { type NotificationListType } from '../types'; type Props = { listType?: NotificationListType; noDataImgSrc: string; }; export declare const Empty: ({ listType, noDataImgSrc }: Props) => JSX.Element; export {};