import React from 'react';
export interface IVeltNotificationsPanelContentAllReadContainerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    defaultCondition?: boolean;
    isAllRead?: boolean;
}
declare const VeltNotificationsPanelContentAllReadContainer: React.FC<IVeltNotificationsPanelContentAllReadContainerProps>;
export default VeltNotificationsPanelContentAllReadContainer;
