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