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