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