import { FC } from 'react'; interface NotificationFooterProps { totalCount: number; onViewAll?: () => void; } export declare const NotificationFooter: FC; export {}; //# sourceMappingURL=NotificationFooter.d.ts.map