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