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