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