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